#BBB730

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

Shades of Earls Green #BBB730

Tints of Earls Green #BBB730

Color information

#BBB730 (or 0xBBB730) is unknown color: approx Earls Green. HEX triplet: BB, B7 and 30. RGB value is (187,183,48). Sum of RGB (Red+Green+Blue) = 187+183+48=418 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.74% from 418); Green value is 183 (71.88% from 255 or 43.78% from 418); Blue value is 48 (19.14% from 255 or 11.48% from 418); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB730 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB730 is #4448CF. Grayscale: #A9A9A9. Windows color (decimal): -4475088 or 3192763. OLE color: 3192763.

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

Color convert

RGB18718348-
CMYK00.020.740.27
HSL58.27º59.15%46.08%-
HSV(B)58.27º74.33%73.33%-
XYZ37.9644.659.41-
YUV168.8159.83140.98-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.74%
GREEN value IS 183 (71.88% from 255) = 43.78%
BLUE value IS 48 (19.14% from 255) = 11.48%
R=44.74%
G=43.78%
B=11.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871834800.020.740.2758.2759.1546.08
HexBBB730024A1B3a3b2e
Octal273267600211233727356
Binary1011101110110111110000010100101011011111010111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB730; }

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

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

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

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

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

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

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

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