#BFB322

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

Shades of Earls Green #BFB322

Tints of Earls Green #BFB322

Color information

#BFB322 (or 0xBFB322) is unknown color: approx Earls Green. HEX triplet: BF, B3 and 22. RGB value is (191,179,34). Sum of RGB (Red+Green+Blue) = 191+179+34=404 (53% of max value = 765). Red value is 191 (75% from 255 or 47.28% from 404); Green value is 179 (70.31% from 255 or 44.31% from 404); Blue value is 34 (13.67% from 255 or 8.42% from 404); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB322 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB322 is #404CDD. Grayscale: #A6A6A6. Windows color (decimal): -4213982 or 2274239. OLE color: 2274239.

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

Color convert

RGB19117934-
CMYK00.060.820.25
HSL55.41º69.78%44.12%-
HSV(B)55.41º82.2%74.9%-
XYZ37.8943.437.9-
YUV166.0653.48145.79-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.28%
GREEN value IS 179 (70.31% from 255) = 44.31%
BLUE value IS 34 (13.67% from 255) = 8.42%
R=47.28%
G=44.31%
B=8.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.82
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911793400.060.820.2555.4169.7844.12
HexBFB32206521937462c
Octal2772634206122316710654
Binary101111111011001110001001101010010110011101111000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB322; }

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

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

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

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

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

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

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

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