#B4B02D

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

Shades of Earls Green #B4B02D

Tints of Earls Green #B4B02D

Color information

#B4B02D (or 0xB4B02D) is unknown color: approx Earls Green. HEX triplet: B4, B0 and 2D. RGB value is (180,176,45). Sum of RGB (Red+Green+Blue) = 180+176+45=401 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.89% from 401); Green value is 176 (69.14% from 255 or 43.89% from 401); Blue value is 45 (17.97% from 255 or 11.22% from 401); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B02D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4B02D is #4B4FD2. Grayscale: #A2A2A2. Windows color (decimal): -4935635 or 2994356. OLE color: 2994356.

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

Color convert

RGB18017645-
CMYK00.020.750.29
HSL58.22º60%44.12%-
HSV(B)58.22º75%70.59%-
XYZ34.8240.948.55-
YUV162.2661.83140.65-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.89%
GREEN value IS 176 (69.14% from 255) = 43.89%
BLUE value IS 45 (17.97% from 255) = 11.22%
R=44.89%
G=43.89%
B=11.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801764500.020.750.2958.226044.12
HexB4B02D024B1D3a3c2c
Octal264260550211335727454
Binary1011010010110000101101010100101111101111010111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B02D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B02D; }

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

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

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

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

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

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

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

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