#B8B530

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

Shades of Earls Green #B8B530

Tints of Earls Green #B8B530

Color information

#B8B530 (or 0xB8B530) is unknown color: approx Earls Green. HEX triplet: B8, B5 and 30. RGB value is (184,181,48). Sum of RGB (Red+Green+Blue) = 184+181+48=413 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.55% from 413); Green value is 181 (71.09% from 255 or 43.83% from 413); Blue value is 48 (19.14% from 255 or 11.62% from 413); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B530 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8B530 is #474ACF. Grayscale: #A7A7A7. Windows color (decimal): -4672208 or 3192248. OLE color: 3192248.

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

Color convert

RGB18418148-
CMYK00.020.740.28
HSL58.68º58.62%45.49%-
HSV(B)58.68º73.91%72.16%-
XYZ36.8243.459.24-
YUV166.7460.99140.31-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.55%
GREEN value IS 181 (71.09% from 255) = 43.83%
BLUE value IS 48 (19.14% from 255) = 11.62%
R=44.55%
G=43.83%
B=11.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.74
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841814800.020.740.2858.6858.6245.49
HexB8B530024A1C3b3b2d
Octal270265600211234737355
Binary1011100010110101110000010100101011100111011111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B530; }

 p { color: rgb(184,181,48); }

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

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

 a { background-color: rgb(184,181,48); }

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

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

 span { border-color: rgb(184,181,48); }

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