#BBB630

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

Shades of Earls Green #BBB630

Tints of Earls Green #BBB630

Color information

#BBB630 (or 0xBBB630) is unknown color: approx Earls Green. HEX triplet: BB, B6 and 30. RGB value is (187,182,48). Sum of RGB (Red+Green+Blue) = 187+182+48=417 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.84% from 417); Green value is 182 (71.48% from 255 or 43.65% from 417); Blue value is 48 (19.14% from 255 or 11.51% from 417); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB630 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB630 is #4449CF. Grayscale: #A8A8A8. Windows color (decimal): -4475344 or 3192507. OLE color: 3192507.

HSL color Cylindrical-coordinate representation of color #BBB630: hue angle of 57.84º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BBB630 is Cyan = 0, Magento = 0.03, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB18718248-
CMYK00.030.740.27
HSL57.84º59.15%46.08%-
HSV(B)57.84º74.33%73.33%-
XYZ37.7544.239.34-
YUV168.2260.16141.4-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.84%
GREEN value IS 182 (71.48% from 255) = 43.65%
BLUE value IS 48 (19.14% from 255) = 11.51%
R=44.84%
G=43.65%
B=11.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871824800.030.740.2757.8459.1546.08
HexBBB630034A1B3a3b2e
Octal273266600311233727356
Binary1011101110110110110000011100101011011111010111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB630; }

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

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

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

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

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

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

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

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