#BFB122

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

Shades of Earls Green #BFB122

Tints of Earls Green #BFB122

Color information

#BFB122 (or 0xBFB122) is unknown color: approx Earls Green. HEX triplet: BF, B1 and 22. RGB value is (191,177,34). Sum of RGB (Red+Green+Blue) = 191+177+34=402 (53% of max value = 765). Red value is 191 (75% from 255 or 47.51% from 402); Green value is 177 (69.53% from 255 or 44.03% from 402); Blue value is 34 (13.67% from 255 or 8.46% from 402); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB122 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFB122 is #404EDD. Grayscale: #A5A5A5. Windows color (decimal): -4214494 or 2273727. OLE color: 2273727.

HSL color Cylindrical-coordinate representation of color #BFB122: hue angle of 54.65º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BFB122 is Cyan = 0, Magento = 0.07, Yellow = 0.82 and Black (K on CMYK) = 0.25.

Color convert

RGB19117734-
CMYK00.070.820.25
HSL54.65º69.78%44.12%-
HSV(B)54.65º82.2%74.9%-
XYZ37.542.647.77-
YUV164.8854.14146.63-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.51%
GREEN value IS 177 (69.53% from 255) = 44.03%
BLUE value IS 34 (13.67% from 255) = 8.46%
R=47.51%
G=44.03%
B=8.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.82
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911773400.070.820.2554.6569.7844.12
HexBFB12207521937462c
Octal2772614207122316710654
Binary101111111011000110001001111010010110011101111000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB122; }

 p { color: rgb(191,177,34); }

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

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

 a { background-color: rgb(191,177,34); }

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

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

 span { border-color: rgb(191,177,34); }

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