#B8B630

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

Shades of Earls Green #B8B630

Tints of Earls Green #B8B630

Color information

#B8B630 (or 0xB8B630) is unknown color: approx Earls Green. HEX triplet: B8, B6 and 30. RGB value is (184,182,48). Sum of RGB (Red+Green+Blue) = 184+182+48=414 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.44% from 414); Green value is 182 (71.48% from 255 or 43.96% from 414); Blue value is 48 (19.14% from 255 or 11.59% from 414); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B630 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8B630 is #4749CF. Grayscale: #A7A7A7. Windows color (decimal): -4671952 or 3192504. OLE color: 3192504.

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

Color convert

RGB18418248-
CMYK00.010.740.28
HSL59.12º58.62%45.49%-
HSV(B)59.12º73.91%72.16%-
XYZ37.0343.869.31-
YUV167.3260.66139.9-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.44%
GREEN value IS 182 (71.48% from 255) = 43.96%
BLUE value IS 48 (19.14% from 255) = 11.59%
R=44.44%
G=43.96%
B=11.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.74
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841824800.010.740.2859.1258.6245.49
HexB8B630014A1C3b3b2d
Octal270266600111234737355
Binary101110001011011011000001100101011100111011111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B630; }

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

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

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

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

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

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

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

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