#BFB222

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

Shades of Earls Green #BFB222

Tints of Earls Green #BFB222

Color information

#BFB222 (or 0xBFB222) is unknown color: approx Earls Green. HEX triplet: BF, B2 and 22. RGB value is (191,178,34). Sum of RGB (Red+Green+Blue) = 191+178+34=403 (53% of max value = 765). Red value is 191 (75% from 255 or 47.39% from 403); Green value is 178 (69.92% from 255 or 44.17% from 403); Blue value is 34 (13.67% from 255 or 8.44% from 403); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB222 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFB222 is #404DDD. Grayscale: #A6A6A6. Windows color (decimal): -4214238 or 2273983. OLE color: 2273983.

HSL color Cylindrical-coordinate representation of color #BFB222: hue angle of 55.03º 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 #BFB222 is Cyan = 0, Magento = 0.07, Yellow = 0.82 and Black (K on CMYK) = 0.25.

Color convert

RGB19117834-
CMYK00.070.820.25
HSL55.03º69.78%44.12%-
HSV(B)55.03º82.2%74.9%-
XYZ37.6943.037.83-
YUV165.4753.81146.21-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.39%
GREEN value IS 178 (69.92% from 255) = 44.17%
BLUE value IS 34 (13.67% from 255) = 8.44%
R=47.39%
G=44.17%
B=8.44%

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
Decimal1911783400.070.820.2555.0369.7844.12
HexBFB22207521937462c
Octal2772624207122316710654
Binary101111111011001010001001111010010110011101111000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB222; }

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

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

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

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

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

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

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

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