Html Css Color HEX #B1AF17 Earls Green

📋 copy color: '#B1AF17'

red 177 ◦ green 175 ◦ blue 23

#B1AF17
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Earls Green #B1AF17

Tints of Earls Green #B1AF17

RGB

 RED value IS 177 (69.53% from 255) = 47.2%

 GREEN value IS 175 (68.75% from 255) = 46.67%

 BLUE value IS 23 (9.38% from 255) = 6.13%

R = 47.2%
G = 46.67%
B = 6.13%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#B1AF17 (or 0xB1AF17) is known color: Earls Green. HEX triplet: B1, AF and 17. RGB value is (177,175,23). Sum of RGB (Red+Green+Blue) = 177+175+23=375 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.2% from 375); Green value is 175 (68.75% from 255 or 46.67% from 375); Blue value is 23 (9.38% from 255 or 6.13% from 375); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AF17 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1AF17 is #4E50E8. Grayscale: #9E9E9E. Windows color (decimal): -5132521 or 1552305. OLE color: 1552305.

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

Color convert

RGB 177 175 23 -
CMYK 0 0.01 0.87 0.31
HSL 59.22º 0.77% 0.39% -
HSV(B) 59.22º 0.87% 0.69% -
XYZ 33.62 40.07 6.77 -
YUV 158.27 51.66 141.36 -
System Red Green Blue C M Y K H S L
Decimal 177 175 23 0 0.01 0.87 0.31 59.22 0.77 0.39
Hex B1 AF 17 0 1 57 1F 3B 4D 27
Octal 261 257 27 0 1 127 37 73 115 47
Binary 10110001 10101111 10111 0 1 1010111 11111 111011 1001101 100111

Color Harmonies of #B1AF17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1AF17

Black with #B1AF17

Text Example


Text Example

White with #B1AF17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1AF17; }

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

 H1.HeaderClassName
 {
   color: #B1AF17;
 }
 .AnyTagClassName
 {
   color: #B1AF17;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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