#B8B427

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

Shades of Earls Green #B8B427

Tints of Earls Green #B8B427

Color information

#B8B427 (or 0xB8B427) is unknown color: approx Earls Green. HEX triplet: B8, B4 and 27. RGB value is (184,180,39). Sum of RGB (Red+Green+Blue) = 184+180+39=403 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.66% from 403); Green value is 180 (70.70% from 255 or 44.67% from 403); Blue value is 39 (15.62% from 255 or 9.68% from 403); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B427 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8B427 is #474BD8. Grayscale: #A5A5A5. Windows color (decimal): -4672473 or 2602168. OLE color: 2602168.

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

Color convert

RGB18418039-
CMYK00.020.790.28
HSL58.34º65.02%43.73%-
HSV(B)58.34º78.8%72.16%-
XYZ36.4542.988.29-
YUV165.1256.83141.46-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.66%
GREEN value IS 180 (70.70% from 255) = 44.67%
BLUE value IS 39 (15.62% from 255) = 9.68%
R=45.66%
G=44.67%
B=9.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.79
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841803900.020.790.2858.3465.0243.73
HexB8B427024F1C3a412c
Octal2702644702117347210154
Binary10111000101101001001110101001111111001110101000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B427; }

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

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

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

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

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

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

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

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