#BFB126

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

Shades of Earls Green #BFB126

Tints of Earls Green #BFB126

Color information

#BFB126 (or 0xBFB126) is unknown color: approx Earls Green. HEX triplet: BF, B1 and 26. RGB value is (191,177,38). Sum of RGB (Red+Green+Blue) = 191+177+38=406 (53% of max value = 765). Red value is 191 (75% from 255 or 47.04% from 406); Green value is 177 (69.53% from 255 or 43.60% from 406); Blue value is 38 (15.23% from 255 or 9.36% from 406); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB126 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFB126 is #404ED9. Grayscale: #A5A5A5. Windows color (decimal): -4214490 or 2535871. OLE color: 2535871.

HSL color Cylindrical-coordinate representation of color #BFB126: hue angle of 54.51º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BFB126 is Cyan = 0, Magento = 0.07, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB19117738-
CMYK00.070.800.25
HSL54.51º66.81%44.9%-
HSV(B)54.51º80.1%74.9%-
XYZ37.5642.668.09-
YUV165.3456.14146.3-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.04%
GREEN value IS 177 (69.53% from 255) = 43.60%
BLUE value IS 38 (15.23% from 255) = 9.36%
R=47.04%
G=43.60%
B=9.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.80
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911773800.070.800.2554.5166.8144.9
HexBFB12607501937432d
Octal2772614607120316710355
Binary101111111011000110011001111010000110011101111000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB126; }

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

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

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

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

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

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

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

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