#BDB431

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

Shades of Earls Green #BDB431

Tints of Earls Green #BDB431

Color information

#BDB431 (or 0xBDB431) is unknown color: approx Earls Green. HEX triplet: BD, B4 and 31. RGB value is (189,180,49). Sum of RGB (Red+Green+Blue) = 189+180+49=418 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.22% from 418); Green value is 180 (70.70% from 255 or 43.06% from 418); Blue value is 49 (19.53% from 255 or 11.72% from 418); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB431 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB431 is #424BCE. Grayscale: #A8A8A8. Windows color (decimal): -4344783 or 3257533. OLE color: 3257533.

HSL color Cylindrical-coordinate representation of color #BDB431: hue angle of 56.14º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BDB431 is Cyan = 0, Magento = 0.05, Yellow = 0.74 and Black (K on CMYK) = 0.26.

Color convert

RGB18918049-
CMYK00.050.740.26
HSL56.14º58.82%46.67%-
HSV(B)56.14º74.07%74.12%-
XYZ37.8643.689.34-
YUV167.7660.98143.15-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.22%
GREEN value IS 180 (70.70% from 255) = 43.06%
BLUE value IS 49 (19.53% from 255) = 11.72%
R=45.22%
G=43.06%
B=11.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.74
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891804900.050.740.2656.1458.8246.67
HexBDB431054A1A383b2f
Octal275264610511232707357
Binary10111101101101001100010101100101011010111000111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB431; }

 p { color: rgb(189,180,49); }

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

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

 a { background-color: rgb(189,180,49); }

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

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

 span { border-color: rgb(189,180,49); }

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