#BFB721

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

Shades of Earls Green #BFB721

Tints of Earls Green #BFB721

Color information

#BFB721 (or 0xBFB721) is unknown color: approx Earls Green. HEX triplet: BF, B7 and 21. RGB value is (191,183,33). Sum of RGB (Red+Green+Blue) = 191+183+33=407 (53% of max value = 765). Red value is 191 (75% from 255 or 46.93% from 407); Green value is 183 (71.88% from 255 or 44.96% from 407); Blue value is 33 (13.28% from 255 or 8.11% from 407); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB721 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB721 is #4048DE. Grayscale: #A8A8A8. Windows color (decimal): -4212959 or 2209727. OLE color: 2209727.

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

Color convert

RGB19118333-
CMYK00.040.830.25
HSL56.96º70.54%43.92%-
HSV(B)56.96º82.72%74.9%-
XYZ38.6945.058.1-
YUV168.2951.65144.2-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.93%
GREEN value IS 183 (71.88% from 255) = 44.96%
BLUE value IS 33 (13.28% from 255) = 8.11%
R=46.93%
G=44.96%
B=8.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.83
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911833300.040.830.2556.9670.5443.92
HexBFB72104531939472c
Octal2772674104123317110754
Binary101111111011011110000101001010011110011110011000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB721; }

 p { color: rgb(191,183,33); }

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

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

 a { background-color: rgb(191,183,33); }

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

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

 span { border-color: rgb(191,183,33); }

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