#BBA41B

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

Shades of Earls Green #BBA41B

Tints of Earls Green #BBA41B

Color information

#BBA41B (or 0xBBA41B) is unknown color: approx Earls Green. HEX triplet: BB, A4 and 1B. RGB value is (187,164,27). Sum of RGB (Red+Green+Blue) = 187+164+27=378 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.47% from 378); Green value is 164 (64.45% from 255 or 43.39% from 378); Blue value is 27 (10.94% from 255 or 7.14% from 378); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA41B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA41B is #445BE4. Grayscale: #9B9B9B. Windows color (decimal): -4479973 or 1811643. OLE color: 1811643.

HSL color Cylindrical-coordinate representation of color #BBA41B: hue angle of 51.38º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BBA41B is Cyan = 0, Magento = 0.12, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB18716427-
CMYK00.120.860.27
HSL51.38º74.77%41.96%-
HSV(B)51.38º85.56%73.33%-
XYZ33.9737.196.43-
YUV155.2655.62150.64-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.47%
GREEN value IS 164 (64.45% from 255) = 43.39%
BLUE value IS 27 (10.94% from 255) = 7.14%
R=49.47%
G=43.39%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.86
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871642700.120.860.2751.3874.7741.96
HexBBA41B0C561B334b2a
Octal27324433014126336311352
Binary101110111010010011011011001010110110111100111001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA41B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA41B; }

 p { color: rgb(187,164,27); }

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

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

 a { background-color: rgb(187,164,27); }

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

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

 span { border-color: rgb(187,164,27); }

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