#B8B02C

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

Shades of Earls Green #B8B02C

Tints of Earls Green #B8B02C

Color information

#B8B02C (or 0xB8B02C) is unknown color: approx Earls Green. HEX triplet: B8, B0 and 2C. RGB value is (184,176,44). Sum of RGB (Red+Green+Blue) = 184+176+44=404 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.54% from 404); Green value is 176 (69.14% from 255 or 43.56% from 404); Blue value is 44 (17.58% from 255 or 10.89% from 404); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B02C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8B02C is #474FD3. Grayscale: #A3A3A3. Windows color (decimal): -4673492 or 2928824. OLE color: 2928824.

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

Color convert

RGB18417644-
CMYK00.040.760.28
HSL56.57º61.4%44.71%-
HSV(B)56.57º76.09%72.16%-
XYZ35.7541.428.49-
YUV163.3460.65142.73-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.54%
GREEN value IS 176 (69.14% from 255) = 43.56%
BLUE value IS 44 (17.58% from 255) = 10.89%
R=45.54%
G=43.56%
B=10.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.76
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841764400.040.760.2856.5761.444.71
HexB8B02C044C1C393d2d
Octal270260540411434717555
Binary10111000101100001011000100100110011100111001111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B02C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B02C; }

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

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

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

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

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

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

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

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