#BDB731

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

Shades of Earls Green #BDB731

Tints of Earls Green #BDB731

Color information

#BDB731 (or 0xBDB731) is unknown color: approx Earls Green. HEX triplet: BD, B7 and 31. RGB value is (189,183,49). Sum of RGB (Red+Green+Blue) = 189+183+49=421 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.89% from 421); Green value is 183 (71.88% from 255 or 43.47% from 421); Blue value is 49 (19.53% from 255 or 11.64% from 421); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB731 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB731 is #4248CE. Grayscale: #AAAAAA. Windows color (decimal): -4344015 or 3258301. OLE color: 3258301.

HSL color Cylindrical-coordinate representation of color #BDB731: hue angle of 57.43º 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 #BDB731 is Cyan = 0, Magento = 0.03, Yellow = 0.74 and Black (K on CMYK) = 0.26.

Color convert

RGB18918349-
CMYK00.030.740.26
HSL57.43º58.82%46.67%-
HSV(B)57.43º74.07%74.12%-
XYZ38.4744.919.55-
YUV169.5259.99141.9-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.89%
GREEN value IS 183 (71.88% from 255) = 43.47%
BLUE value IS 49 (19.53% from 255) = 11.64%
R=44.89%
G=43.47%
B=11.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.74
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891834900.030.740.2657.4358.8246.67
HexBDB731034A1A393b2f
Octal275267610311232717357
Binary1011110110110111110001011100101011010111001111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB731; }

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

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

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

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

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

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

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

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