#BFA530

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

Shades of Earls Green #BFA530

Tints of Earls Green #BFA530

Color information

#BFA530 (or 0xBFA530) is unknown color: approx Earls Green. HEX triplet: BF, A5 and 30. RGB value is (191,165,48). Sum of RGB (Red+Green+Blue) = 191+165+48=404 (53% of max value = 765). Red value is 191 (75% from 255 or 47.28% from 404); Green value is 165 (64.84% from 255 or 40.84% from 404); Blue value is 48 (19.14% from 255 or 11.88% from 404); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA530 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA530 is #405ACF. Grayscale: #9F9F9F. Windows color (decimal): -4217552 or 3188159. OLE color: 3188159.

HSL color Cylindrical-coordinate representation of color #BFA530: hue angle of 49.09º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BFA530 is Cyan = 0, Magento = 0.14, Yellow = 0.75 and Black (K on CMYK) = 0.25.

Color convert

RGB19116548-
CMYK00.140.750.25
HSL49.09º59.83%46.86%-
HSV(B)49.09º74.87%74.9%-
XYZ35.4738.28.3-
YUV159.4465.11150.51-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.28%
GREEN value IS 165 (64.84% from 255) = 40.84%
BLUE value IS 48 (19.14% from 255) = 11.88%
R=47.28%
G=40.84%
B=11.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.75
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911654800.140.750.2549.0959.8346.86
HexBFA5300E4B19313c2f
Octal2772456001611331617457
Binary101111111010010111000001110100101111001110001111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA530; }

 p { color: rgb(191,165,48); }

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

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

 a { background-color: rgb(191,165,48); }

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

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

 span { border-color: rgb(191,165,48); }

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