#BFB225

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

Shades of Earls Green #BFB225

Tints of Earls Green #BFB225

Color information

#BFB225 (or 0xBFB225) is unknown color: approx Earls Green. HEX triplet: BF, B2 and 25. RGB value is (191,178,37). Sum of RGB (Red+Green+Blue) = 191+178+37=406 (53% of max value = 765). Red value is 191 (75% from 255 or 47.04% from 406); Green value is 178 (69.92% from 255 or 43.84% from 406); Blue value is 37 (14.84% from 255 or 9.11% from 406); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB225 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFB225 is #404DDA. Grayscale: #A6A6A6. Windows color (decimal): -4214235 or 2470591. OLE color: 2470591.

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

Color convert

RGB19117837-
CMYK00.070.810.25
HSL54.94º67.54%44.71%-
HSV(B)54.94º80.63%74.9%-
XYZ37.7443.058.07-
YUV165.8155.31145.96-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.04%
GREEN value IS 178 (69.92% from 255) = 43.84%
BLUE value IS 37 (14.84% from 255) = 9.11%
R=47.04%
G=43.84%
B=9.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.81
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911783700.070.810.2554.9467.5444.71
HexBFB22507511937442d
Octal2772624507121316710455
Binary101111111011001010010101111010001110011101111000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB225; }

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

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

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

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

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

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

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

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