#bdb82f

Color #BDB82F Earls Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Earls Green #BDB82F

Tints of Earls Green #BDB82F

Color information

#BDB82F (or 0xBDB82F) is unknown color: approx Earls Green. HEX triplet: BD, B8 and 2F. RGB value is (189,184,47). Sum of RGB (Red+Green+Blue) = 189+184+47=420 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45% from 420); Green value is 184 (72.27% from 255 or 43.81% from 420); Blue value is 47 (18.75% from 255 or 11.19% from 420); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB82F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB82F is #4247D0. Grayscale: #AAAAAA. Windows color (decimal): -4343761 or 3127485. OLE color: 3127485.

HSL color Cylindrical-coordinate representation of color #BDB82F: hue angle of 57.89º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BDB82F is Cyan = 0, Magento = 0.03, Yellow = 0.75 and Black (K on CMYK) = 0.26.

Color convert

RGB18918447-
CMYK00.030.750.26
HSL57.89º60.17%46.27%-
HSV(B)57.89º75.13%74.12%-
XYZ38.6445.319.4-
YUV169.8858.66141.64-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 189 (74.22% from 255) = 45%
GREEN value IS 184 (72.27% from 255) = 43.81%
BLUE value IS 47 (18.75% from 255) = 11.19%
R=45%
G=43.81%
B=11.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.75
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891844700.030.750.2657.8960.1746.27
HexBDB82F034B1A3a3c2e
Octal275270570311332727456
Binary1011110110111000101111011100101111010111010111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bdb82f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bdb82f; }

 p { color: rgb(189,184,47); }

 H1.HeaderClassName
 {
   color: #bdb82f;
 }
 .AnyTagClassName
 {
   color: #bdb82f;
 }
</style>
background-color css

<style>
 a { background-color: #bdb82f; }

 a { background-color: rgb(189,184,47); }

 div.DivClassName
 {
   background-color: #bdb82f;
 }
 .BgClassName
 {
   background-color: #bdb82f;
 }
</style>
border-color css

<style>
 span { border-color: #bdb82f; }

 span { border-color: rgb(189,184,47); }

 td.TdClassName
 {
   border-color: #bdb82f;
 }
 .TagClassName
 {
   border-color: #bdb82f;
 }
</style>