#BFB01A

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

Shades of Earls Green #BFB01A

Tints of Earls Green #BFB01A

Color information

#BFB01A (or 0xBFB01A) is unknown color: approx Earls Green. HEX triplet: BF, B0 and 1A. RGB value is (191,176,26). Sum of RGB (Red+Green+Blue) = 191+176+26=393 (52% of max value = 765). Red value is 191 (75% from 255 or 48.60% from 393); Green value is 176 (69.14% from 255 or 44.78% from 393); Blue value is 26 (10.55% from 255 or 6.62% from 393); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB01A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFB01A is #404FE5. Grayscale: #A4A4A4. Windows color (decimal): -4214758 or 1749183. OLE color: 1749183.

HSL color Cylindrical-coordinate representation of color #BFB01A: hue angle of 54.55º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BFB01A is Cyan = 0, Magento = 0.08, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB19117626-
CMYK00.080.860.25
HSL54.55º76.04%42.55%-
HSV(B)54.55º86.39%74.9%-
XYZ37.242.27.16-
YUV163.3850.47147.7-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.60%
GREEN value IS 176 (69.14% from 255) = 44.78%
BLUE value IS 26 (10.55% from 255) = 6.62%
R=48.60%
G=44.78%
B=6.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.86
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911762600.080.860.2554.5576.0442.55
HexBFB01A085619374c2b
Octal27726032010126316711453
Binary101111111011000011010010001010110110011101111001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB01A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB01A; }

 p { color: rgb(191,176,26); }

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

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

 a { background-color: rgb(191,176,26); }

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

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

 span { border-color: rgb(191,176,26); }

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