#B4B731

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

Shades of Earls Green #B4B731

Tints of Earls Green #B4B731

Color information

#B4B731 (or 0xB4B731) is unknown color: approx Earls Green. HEX triplet: B4, B7 and 31. RGB value is (180,183,49). Sum of RGB (Red+Green+Blue) = 180+183+49=412 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.69% from 412); Green value is 183 (71.88% from 255 or 44.42% from 412); Blue value is 49 (19.53% from 255 or 11.89% from 412); Max value from RGB is 183 - color contains mainly: green. Hex color #B4B731 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4B731 is #4B48CE. Grayscale: #A7A7A7. Windows color (decimal): -4933839 or 3258292. OLE color: 3258292.

HSL color Cylindrical-coordinate representation of color #B4B731: hue angle of 61.34º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B4B731 is Cyan = 0.02, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.28.

Color convert

RGB18018349-
CMYK0.0200.730.28
HSL61.34º57.76%45.49%-
HSV(B)61.34º73.22%71.76%-
XYZ36.3143.799.44-
YUV166.8361.51137.4-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.69%
GREEN value IS 183 (71.88% from 255) = 44.42%
BLUE value IS 49 (19.53% from 255) = 11.89%
R=43.69%
G=44.42%
B=11.89%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal180183490.0200.730.2861.3457.7645.49
HexB4B73120491C3d3a2d
Octal264267612011134757255
Binary1011010010110111110001100100100111100111101111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B731; }

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

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

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

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

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

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

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

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