#BBA71F

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

Shades of Earls Green #BBA71F

Tints of Earls Green #BBA71F

Color information

#BBA71F (or 0xBBA71F) is unknown color: approx Earls Green. HEX triplet: BB, A7 and 1F. RGB value is (187,167,31). Sum of RGB (Red+Green+Blue) = 187+167+31=385 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.57% from 385); Green value is 167 (65.62% from 255 or 43.38% from 385); Blue value is 31 (12.5% from 255 or 8.05% from 385); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA71F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA71F is #4458E0. Grayscale: #9E9E9E. Windows color (decimal): -4479201 or 2074555. OLE color: 2074555.

HSL color Cylindrical-coordinate representation of color #BBA71F: hue angle of 52.31º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BBA71F is Cyan = 0, Magento = 0.11, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB18716731-
CMYK00.110.830.27
HSL52.31º71.56%42.75%-
HSV(B)52.31º83.42%73.33%-
XYZ34.5638.36.87-
YUV157.4856.63149.06-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.57%
GREEN value IS 167 (65.62% from 255) = 43.38%
BLUE value IS 31 (12.5% from 255) = 8.05%
R=48.57%
G=43.38%
B=8.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.83
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871673100.110.830.2752.3171.5642.75
HexBBA71F0B531B34482b
Octal27324737013123336411053
Binary101110111010011111111010111010011110111101001001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA71F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA71F; }

 p { color: rgb(187,167,31); }

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

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

 a { background-color: rgb(187,167,31); }

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

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

 span { border-color: rgb(187,167,31); }

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