#BFB626

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

Shades of Earls Green #BFB626

Tints of Earls Green #BFB626

Color information

#BFB626 (or 0xBFB626) is unknown color: approx Earls Green. HEX triplet: BF, B6 and 26. RGB value is (191,182,38). Sum of RGB (Red+Green+Blue) = 191+182+38=411 (54% of max value = 765). Red value is 191 (75% from 255 or 46.47% from 411); Green value is 182 (71.48% from 255 or 44.28% from 411); Blue value is 38 (15.23% from 255 or 9.25% from 411); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB626 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB626 is #4049D9. Grayscale: #A8A8A8. Windows color (decimal): -4213210 or 2537151. OLE color: 2537151.

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

Color convert

RGB19118238-
CMYK00.050.800.25
HSL56.47º66.81%44.9%-
HSV(B)56.47º80.1%74.9%-
XYZ38.5644.678.42-
YUV168.2754.48144.21-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.47%
GREEN value IS 182 (71.48% from 255) = 44.28%
BLUE value IS 38 (15.23% from 255) = 9.25%
R=46.47%
G=44.28%
B=9.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.80
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911823800.050.800.2556.4766.8144.9
HexBFB62605501938432d
Octal2772664605120317010355
Binary101111111011011010011001011010000110011110001000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB626; }

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

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

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

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

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

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

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

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