#bfa82b

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

Shades of Earls Green #BFA82B

Tints of Earls Green #BFA82B

Color information

#BFA82B (or 0xBFA82B) is unknown color: approx Earls Green. HEX triplet: BF, A8 and 2B. RGB value is (191,168,43). Sum of RGB (Red+Green+Blue) = 191+168+43=402 (53% of max value = 765). Red value is 191 (75% from 255 or 47.51% from 402); Green value is 168 (66.02% from 255 or 41.79% from 402); Blue value is 43 (17.19% from 255 or 10.70% from 402); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA82B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA82B is #4057D4. Grayscale: #A1A1A1. Windows color (decimal): -4216789 or 2861247. OLE color: 2861247.

HSL color Cylindrical-coordinate representation of color #BFA82B: hue angle of 50.68º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BFA82B is Cyan = 0, Magento = 0.12, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB19116843-
CMYK00.120.770.25
HSL50.68º63.25%45.88%-
HSV(B)50.68º77.49%74.9%-
XYZ35.9239.267.97-
YUV160.6361.62149.66-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.51%
GREEN value IS 168 (66.02% from 255) = 41.79%
BLUE value IS 43 (17.19% from 255) = 10.70%
R=47.51%
G=41.79%
B=10.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.77
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911684300.120.770.2550.6863.2545.88
HexBFA82B0C4D19333f2e
Octal2772505301411531637756
Binary101111111010100010101101100100110111001110011111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bfa82b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bfa82b; }

 p { color: rgb(191,168,43); }

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

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

 a { background-color: rgb(191,168,43); }

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

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

 span { border-color: rgb(191,168,43); }

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