#BFB325

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

Shades of Earls Green #BFB325

Tints of Earls Green #BFB325

Color information

#BFB325 (or 0xBFB325) is unknown color: approx Earls Green. HEX triplet: BF, B3 and 25. RGB value is (191,179,37). Sum of RGB (Red+Green+Blue) = 191+179+37=407 (53% of max value = 765). Red value is 191 (75% from 255 or 46.93% from 407); Green value is 179 (70.31% from 255 or 43.98% from 407); Blue value is 37 (14.84% from 255 or 9.09% from 407); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB325 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB325 is #404CDA. Grayscale: #A6A6A6. Windows color (decimal): -4213979 or 2470847. OLE color: 2470847.

HSL color Cylindrical-coordinate representation of color #BFB325: hue angle of 55.32º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BFB325 is Cyan = 0, Magento = 0.06, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB19117937-
CMYK00.060.810.25
HSL55.32º67.54%44.71%-
HSV(B)55.32º80.63%74.9%-
XYZ37.9443.458.14-
YUV166.454.98145.55-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.93%
GREEN value IS 179 (70.31% from 255) = 43.98%
BLUE value IS 37 (14.84% from 255) = 9.09%
R=46.93%
G=43.98%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.81
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911793700.060.810.2555.3267.5444.71
HexBFB32506511937442d
Octal2772634506121316710455
Binary101111111011001110010101101010001110011101111000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB325; }

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

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

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

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

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

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

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

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