#BFB022

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

Shades of Earls Green #BFB022

Tints of Earls Green #BFB022

Color information

#BFB022 (or 0xBFB022) is unknown color: approx Earls Green. HEX triplet: BF, B0 and 22. RGB value is (191,176,34). Sum of RGB (Red+Green+Blue) = 191+176+34=401 (53% of max value = 765). Red value is 191 (75% from 255 or 47.63% from 401); Green value is 176 (69.14% from 255 or 43.89% from 401); Blue value is 34 (13.67% from 255 or 8.48% from 401); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB022 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFB022 is #404FDD. Grayscale: #A4A4A4. Windows color (decimal): -4214750 or 2273471. OLE color: 2273471.

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

Color convert

RGB19117634-
CMYK00.080.820.25
HSL54.27º69.78%44.12%-
HSV(B)54.27º82.2%74.9%-
XYZ37.342.247.7-
YUV164.354.47147.05-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.63%
GREEN value IS 176 (69.14% from 255) = 43.89%
BLUE value IS 34 (13.67% from 255) = 8.48%
R=47.63%
G=43.89%
B=8.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.82
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911763400.080.820.2554.2769.7844.12
HexBFB02208521936462c
Octal27726042010122316610654
Binary1011111110110000100010010001010010110011101101000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB022; }

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

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

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

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

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

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

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

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