#BBA125

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

Shades of Earls Green #BBA125

Tints of Earls Green #BBA125

Color information

#BBA125 (or 0xBBA125) is unknown color: approx Earls Green. HEX triplet: BB, A1 and 25. RGB value is (187,161,37). Sum of RGB (Red+Green+Blue) = 187+161+37=385 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.57% from 385); Green value is 161 (63.28% from 255 or 41.82% from 385); Blue value is 37 (14.84% from 255 or 9.61% from 385); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA125 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA125 is #445EDA. Grayscale: #9B9B9B. Windows color (decimal): -4480731 or 2466235. OLE color: 2466235.

HSL color Cylindrical-coordinate representation of color #BBA125: hue angle of 49.6º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BBA125 is Cyan = 0, Magento = 0.14, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB18716137-
CMYK00.140.800.27
HSL49.6º66.96%43.92%-
HSV(B)49.6º80.21%73.33%-
XYZ33.5736.196.97-
YUV154.6461.61151.08-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.57%
GREEN value IS 161 (63.28% from 255) = 41.82%
BLUE value IS 37 (14.84% from 255) = 9.61%
R=48.57%
G=41.82%
B=9.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.80
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871613700.140.800.2749.666.9643.92
HexBBA1250E501B32432c
Octal27324145016120336210354
Binary1011101110100001100101011101010000110111100101000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA125; }

 p { color: rgb(187,161,37); }

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

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

 a { background-color: rgb(187,161,37); }

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

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

 span { border-color: rgb(187,161,37); }

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