#B8AD1C

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

Shades of Earls Green #B8AD1C

Tints of Earls Green #B8AD1C

Color information

#B8AD1C (or 0xB8AD1C) is unknown color: approx Earls Green. HEX triplet: B8, AD and 1C. RGB value is (184,173,28). Sum of RGB (Red+Green+Blue) = 184+173+28=385 (50% of max value = 765). Red value is 184 (72.27% from 255 or 47.79% from 385); Green value is 173 (67.97% from 255 or 44.94% from 385); Blue value is 28 (11.33% from 255 or 7.27% from 385); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AD1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8AD1C is #4752E3. Grayscale: #A0A0A0. Windows color (decimal): -4674276 or 1879480. OLE color: 1879480.

HSL color Cylindrical-coordinate representation of color #B8AD1C: hue angle of 55.77º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B8AD1C is Cyan = 0, Magento = 0.06, Yellow = 0.85 and Black (K on CMYK) = 0.28.

Color convert

RGB18417328-
CMYK00.060.850.28
HSL55.77º73.58%41.57%-
HSV(B)55.77º84.78%72.16%-
XYZ34.9240.167.01-
YUV159.7653.64145.29-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 47.79%
GREEN value IS 173 (67.97% from 255) = 44.94%
BLUE value IS 28 (11.33% from 255) = 7.27%
R=47.79%
G=44.94%
B=7.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.85
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841732800.060.850.2855.7773.5841.57
HexB8AD1C06551C384a2a
Octal2702553406125347011252
Binary10111000101011011110001101010101111001110001001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8AD1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8AD1C; }

 p { color: rgb(184,173,28); }

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

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

 a { background-color: rgb(184,173,28); }

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

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

 span { border-color: rgb(184,173,28); }

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