#B1AF1D

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

Shades of Earls Green #B1AF1D

Tints of Earls Green #B1AF1D

Color information

#B1AF1D (or 0xB1AF1D) is unknown color: approx Earls Green. HEX triplet: B1, AF and 1D. RGB value is (177,175,29). Sum of RGB (Red+Green+Blue) = 177+175+29=381 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.46% from 381); Green value is 175 (68.75% from 255 or 45.93% from 381); Blue value is 29 (11.72% from 255 or 7.61% from 381); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AF1D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1AF1D is #4E50E2. Grayscale: #9F9F9F. Windows color (decimal): -5132515 or 1945521. OLE color: 1945521.

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

Color convert

RGB17717529-
CMYK00.010.840.31
HSL59.19º71.84%40.39%-
HSV(B)59.19º83.62%69.41%-
XYZ33.6840.17.13-
YUV158.9554.66140.87-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.46%
GREEN value IS 175 (68.75% from 255) = 45.93%
BLUE value IS 29 (11.72% from 255) = 7.61%
R=46.46%
G=45.93%
B=7.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.84
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771752900.010.840.3159.1971.8440.39
HexB1AF1D01541F3b4828
Octal2612573501124377311050
Binary101100011010111111101011010100111111110111001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AF1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AF1D; }

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

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

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

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

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

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

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

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