#B1AF1F

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

Shades of Earls Green #B1AF1F

Tints of Earls Green #B1AF1F

Color information

#B1AF1F (or 0xB1AF1F) is unknown color: approx Earls Green. HEX triplet: B1, AF and 1F. RGB value is (177,175,31). Sum of RGB (Red+Green+Blue) = 177+175+31=383 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.21% from 383); Green value is 175 (68.75% from 255 or 45.69% from 383); Blue value is 31 (12.5% from 255 or 8.09% from 383); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AF1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1AF1F is #4E50E0. Grayscale: #9F9F9F. Windows color (decimal): -5132513 or 2076593. OLE color: 2076593.

HSL color Cylindrical-coordinate representation of color #B1AF1F: hue angle of 59.18º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B1AF1F is Cyan = 0, Magento = 0.01, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB17717531-
CMYK00.010.820.31
HSL59.18º70.19%40.78%-
HSV(B)59.18º82.49%69.41%-
XYZ33.7140.117.26-
YUV159.1855.66140.71-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.21%
GREEN value IS 175 (68.75% from 255) = 45.69%
BLUE value IS 31 (12.5% from 255) = 8.09%
R=46.21%
G=45.69%
B=8.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.82
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771753100.010.820.3159.1870.1940.78
HexB1AF1F01521F3b4629
Octal2612573701122377310651
Binary101100011010111111111011010010111111110111000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AF1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AF1F; }

 p { color: rgb(177,175,31); }

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

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

 a { background-color: rgb(177,175,31); }

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

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

 span { border-color: rgb(177,175,31); }

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