#B4B02C

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

Shades of Earls Green #B4B02C

Tints of Earls Green #B4B02C

Color information

#B4B02C (or 0xB4B02C) is unknown color: approx Earls Green. HEX triplet: B4, B0 and 2C. RGB value is (180,176,44). Sum of RGB (Red+Green+Blue) = 180+176+44=400 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45% from 400); Green value is 176 (69.14% from 255 or 44% from 400); Blue value is 44 (17.58% from 255 or 11% from 400); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B02C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4B02C is #4B4FD3. Grayscale: #A2A2A2. Windows color (decimal): -4935636 or 2928820. OLE color: 2928820.

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

Color convert

RGB18017644-
CMYK00.020.760.29
HSL58.24º60.71%43.92%-
HSV(B)58.24º75.56%70.59%-
XYZ34.840.948.45-
YUV162.1561.33140.73-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45%
GREEN value IS 176 (69.14% from 255) = 44%
BLUE value IS 44 (17.58% from 255) = 11%
R=45%
G=44%
B=11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.76
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801764400.020.760.2958.2460.7143.92
HexB4B02C024C1D3a3d2c
Octal264260540211435727554
Binary1011010010110000101100010100110011101111010111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B02C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B02C; }

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

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

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

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

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

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

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

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