#B8B227

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

Shades of Earls Green #B8B227

Tints of Earls Green #B8B227

Color information

#B8B227 (or 0xB8B227) is unknown color: approx Earls Green. HEX triplet: B8, B2 and 27. RGB value is (184,178,39). Sum of RGB (Red+Green+Blue) = 184+178+39=401 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.89% from 401); Green value is 178 (69.92% from 255 or 44.39% from 401); Blue value is 39 (15.62% from 255 or 9.73% from 401); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B227 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8B227 is #474DD8. Grayscale: #A4A4A4. Windows color (decimal): -4672985 or 2601656. OLE color: 2601656.

HSL color Cylindrical-coordinate representation of color #B8B227: hue angle of 57.52º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B8B227 is Cyan = 0, Magento = 0.03, Yellow = 0.79 and Black (K on CMYK) = 0.28.

Color convert

RGB18417839-
CMYK00.030.790.28
HSL57.52º65.02%43.73%-
HSV(B)57.52º78.8%72.16%-
XYZ36.0542.188.16-
YUV163.9557.49142.3-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.89%
GREEN value IS 178 (69.92% from 255) = 44.39%
BLUE value IS 39 (15.62% from 255) = 9.73%
R=45.89%
G=44.39%
B=9.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.79
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841783900.030.790.2857.5265.0243.73
HexB8B227034F1C3a412c
Octal2702624703117347210154
Binary10111000101100101001110111001111111001110101000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B227; }

 p { color: rgb(184,178,39); }

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

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

 a { background-color: rgb(184,178,39); }

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

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

 span { border-color: rgb(184,178,39); }

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