#bfb821

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

Shades of Earls Green #BFB821

Tints of Earls Green #BFB821

Color information

#BFB821 (or 0xBFB821) is unknown color: approx Earls Green. HEX triplet: BF, B8 and 21. RGB value is (191,184,33). Sum of RGB (Red+Green+Blue) = 191+184+33=408 (54% of max value = 765). Red value is 191 (75% from 255 or 46.81% from 408); Green value is 184 (72.27% from 255 or 45.10% from 408); Blue value is 33 (13.28% from 255 or 8.09% from 408); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB821 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB821 is #4047DE. Grayscale: #A9A9A9. Windows color (decimal): -4212703 or 2209983. OLE color: 2209983.

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

Color convert

RGB19118433-
CMYK00.040.830.25
HSL57.34º70.54%43.92%-
HSV(B)57.34º82.72%74.9%-
XYZ38.945.478.16-
YUV168.8851.32143.78-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.81%
GREEN value IS 184 (72.27% from 255) = 45.10%
BLUE value IS 33 (13.28% from 255) = 8.09%
R=46.81%
G=45.10%
B=8.09%

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
Decimal1911843300.040.830.2557.3470.5443.92
HexBFB82104531939472c
Octal2772704104123317110754
Binary101111111011100010000101001010011110011110011000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bfb821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bfb821; }

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

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

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

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

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

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

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

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