#BFB726

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

Shades of Earls Green #BFB726

Tints of Earls Green #BFB726

Color information

#BFB726 (or 0xBFB726) is unknown color: approx Earls Green. HEX triplet: BF, B7 and 26. RGB value is (191,183,38). Sum of RGB (Red+Green+Blue) = 191+183+38=412 (54% of max value = 765). Red value is 191 (75% from 255 or 46.36% from 412); Green value is 183 (71.88% from 255 or 44.42% from 412); Blue value is 38 (15.23% from 255 or 9.22% from 412); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB726 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB726 is #4048D9. Grayscale: #A9A9A9. Windows color (decimal): -4212954 or 2537407. OLE color: 2537407.

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

Color convert

RGB19118338-
CMYK00.040.800.25
HSL56.86º66.81%44.9%-
HSV(B)56.86º80.1%74.9%-
XYZ38.7745.088.49-
YUV168.8654.15143.79-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.36%
GREEN value IS 183 (71.88% from 255) = 44.42%
BLUE value IS 38 (15.23% from 255) = 9.22%
R=46.36%
G=44.42%
B=9.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.80
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911833800.040.800.2556.8666.8144.9
HexBFB72604501939432d
Octal2772674604120317110355
Binary101111111011011110011001001010000110011110011000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB726; }

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

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

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

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

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

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

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

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