#bfb125

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

Shades of Earls Green #BFB125

Tints of Earls Green #BFB125

Color information

#BFB125 (or 0xBFB125) is unknown color: approx Earls Green. HEX triplet: BF, B1 and 25. RGB value is (191,177,37). Sum of RGB (Red+Green+Blue) = 191+177+37=405 (53% of max value = 765). Red value is 191 (75% from 255 or 47.16% from 405); Green value is 177 (69.53% from 255 or 43.70% from 405); Blue value is 37 (14.84% from 255 or 9.14% from 405); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB125 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFB125 is #404EDA. Grayscale: #A5A5A5. Windows color (decimal): -4214491 or 2470335. OLE color: 2470335.

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

Color convert

RGB19117737-
CMYK00.070.810.25
HSL54.55º67.54%44.71%-
HSV(B)54.55º80.63%74.9%-
XYZ37.5442.658-
YUV165.2355.64146.38-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.16%
GREEN value IS 177 (69.53% from 255) = 43.70%
BLUE value IS 37 (14.84% from 255) = 9.14%
R=47.16%
G=43.70%
B=9.14%

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
Decimal1911773700.070.810.2554.5567.5444.71
HexBFB12507511937442d
Octal2772614507121316710455
Binary101111111011000110010101111010001110011101111000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bfb125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bfb125; }

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

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

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

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

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

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

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

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