#B5B72A

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

Shades of Earls Green #B5B72A

Tints of Earls Green #B5B72A

Color information

#B5B72A (or 0xB5B72A) is unknown color: approx Earls Green. HEX triplet: B5, B7 and 2A. RGB value is (181,183,42). Sum of RGB (Red+Green+Blue) = 181+183+42=406 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.58% from 406); Green value is 183 (71.88% from 255 or 45.07% from 406); Blue value is 42 (16.80% from 255 or 10.34% from 406); Max value from RGB is 183 - color contains mainly: green. Hex color #B5B72A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5B72A is #4A48D5. Grayscale: #A6A6A6. Windows color (decimal): -4868310 or 2799541. OLE color: 2799541.

HSL color Cylindrical-coordinate representation of color #B5B72A: hue angle of 60.85º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B5B72A is Cyan = 0.01, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.28.

Color convert

RGB18118342-
CMYK0.0100.770.28
HSL60.85º62.67%44.12%-
HSV(B)60.85º77.05%71.76%-
XYZ36.4143.868.74-
YUV166.3357.84138.46-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.58%
GREEN value IS 183 (71.88% from 255) = 45.07%
BLUE value IS 42 (16.80% from 255) = 10.34%
R=44.58%
G=45.07%
B=10.34%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal181183420.0100.770.2860.8562.6744.12
HexB5B72A104D1C3d3f2c
Octal265267521011534757754
Binary101101011011011110101010100110111100111101111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B72A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B72A; }

 p { color: rgb(181,183,42); }

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

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

 a { background-color: rgb(181,183,42); }

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

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

 span { border-color: rgb(181,183,42); }

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