#B4B02B

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

Shades of Earls Green #B4B02B

Tints of Earls Green #B4B02B

Color information

#B4B02B (or 0xB4B02B) is unknown color: approx Earls Green. HEX triplet: B4, B0 and 2B. RGB value is (180,176,43). Sum of RGB (Red+Green+Blue) = 180+176+43=399 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.11% from 399); Green value is 176 (69.14% from 255 or 44.11% from 399); Blue value is 43 (17.19% from 255 or 10.78% from 399); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B02B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4B02B is #4B4FD4. Grayscale: #A2A2A2. Windows color (decimal): -4935637 or 2863284. OLE color: 2863284.

HSL color Cylindrical-coordinate representation of color #B4B02B: hue angle of 58.25º 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 #B4B02B is Cyan = 0, Magento = 0.02, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB18017643-
CMYK00.020.760.29
HSL58.25º61.43%43.73%-
HSV(B)58.25º76.11%70.59%-
XYZ34.7840.938.35-
YUV162.0360.83140.81-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.11%
GREEN value IS 176 (69.14% from 255) = 44.11%
BLUE value IS 43 (17.19% from 255) = 10.78%
R=45.11%
G=44.11%
B=10.78%

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
Decimal1801764300.020.760.2958.2561.4343.73
HexB4B02B024C1D3a3d2c
Octal264260530211435727554
Binary1011010010110000101011010100110011101111010111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B02B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B02B; }

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

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

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

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

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

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

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

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