#B5B72D

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

Shades of Earls Green #B5B72D

Tints of Earls Green #B5B72D

Color information

#B5B72D (or 0xB5B72D) is unknown color: approx Earls Green. HEX triplet: B5, B7 and 2D. RGB value is (181,183,45). Sum of RGB (Red+Green+Blue) = 181+183+45=409 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.25% from 409); Green value is 183 (71.88% from 255 or 44.74% from 409); Blue value is 45 (17.97% from 255 or 11.00% from 409); Max value from RGB is 183 - color contains mainly: green. Hex color #B5B72D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5B72D is #4A48D2. Grayscale: #A7A7A7. Windows color (decimal): -4868307 or 2996149. OLE color: 2996149.

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

Color convert

RGB18118345-
CMYK0.0100.750.28
HSL60.87º60.53%44.71%-
HSV(B)60.87º75.41%71.76%-
XYZ36.4643.889.03-
YUV166.6759.34138.22-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.25%
GREEN value IS 183 (71.88% from 255) = 44.74%
BLUE value IS 45 (17.97% from 255) = 11.00%
R=44.25%
G=44.74%
B=11.00%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal181183450.0100.750.2860.8760.5344.71
HexB5B72D104B1C3d3d2d
Octal265267551011334757555
Binary101101011011011110110110100101111100111101111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B72D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B72D; }

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

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

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

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

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

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

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

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