#B4B62D

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

Shades of Earls Green #B4B62D

Tints of Earls Green #B4B62D

Color information

#B4B62D (or 0xB4B62D) is unknown color: approx Earls Green. HEX triplet: B4, B6 and 2D. RGB value is (180,182,45). Sum of RGB (Red+Green+Blue) = 180+182+45=407 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.23% from 407); Green value is 182 (71.48% from 255 or 44.72% from 407); Blue value is 45 (17.97% from 255 or 11.06% from 407); Max value from RGB is 182 - color contains mainly: green. Hex color #B4B62D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4B62D is #4B49D2. Grayscale: #A6A6A6. Windows color (decimal): -4934099 or 2995892. OLE color: 2995892.

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

Color convert

RGB18018245-
CMYK0.0100.750.29
HSL60.88º60.35%44.51%-
HSV(B)60.88º75.27%71.37%-
XYZ36.0243.358.95-
YUV165.7859.84138.14-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.23%
GREEN value IS 182 (71.48% from 255) = 44.72%
BLUE value IS 45 (17.97% from 255) = 11.06%
R=44.23%
G=44.72%
B=11.06%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180182450.0100.750.2960.8860.3544.51
HexB4B62D104B1D3d3c2d
Octal264266551011335757455
Binary101101001011011010110110100101111101111101111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B62D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B62D; }

 p { color: rgb(180,182,45); }

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

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

 a { background-color: rgb(180,182,45); }

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

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

 span { border-color: rgb(180,182,45); }

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