Html Css Color HEX #AFB697 Green Spring

📋 copy color: '#AFB697'

red 175 ◦ green 182 ◦ blue 151

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

Shades of Green Spring #AFB697

Tints of Green Spring #AFB697

RGB

 RED value IS 175 (68.75% from 255) = 34.45%

 GREEN value IS 182 (71.48% from 255) = 35.83%

 BLUE value IS 151 (59.38% from 255) = 29.72%

R = 34.45%
G = 35.83%
B = 29.72%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.17

 K value IS 0.29

RGB Variations

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

Color information

#AFB697 (or 0xAFB697) is known color: Green Spring. HEX triplet: AF, B6 and 97. RGB value is (175,182,151). Sum of RGB (Red+Green+Blue) = 175+182+151=508 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.45% from 508); Green value is 182 (71.48% from 255 or 35.83% from 508); Blue value is 151 (59.38% from 255 or 29.72% from 508); Max value from RGB is 182 - color contains mainly: green. Hex color #AFB697 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB697 is #504968. Grayscale: #B0B0B0. Windows color (decimal): -5261673 or 9942703. OLE color: 9942703.

HSL color Cylindrical-coordinate representation of color #AFB697: hue angle of 73.55º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AFB697 is Cyan = 0.04, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.29.

Color convert

RGB 175 182 151 -
CMYK 0.04 0 0.17 0.29
HSL 73.55º 0.18% 0.65% -
HSV(B) 73.55º 0.17% 0.71% -
XYZ 39.99 44.8 35.82 -
YUV 176.37 113.68 127.02 -
System Red Green Blue C M Y K H S L
Decimal 175 182 151 0.04 0 0.17 0.29 73.55 0.18 0.65
Hex AF B6 97 4 0 11 1D 4A 12 41
Octal 257 266 227 4 0 21 35 112 22 101
Binary 10101111 10110110 10010111 100 0 10001 11101 1001010 10010 1000001

Color Harmonies of #AFB697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB697

Black with #AFB697

Text Example


Text Example

White with #AFB697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB697; }

 p { color: rgb(175,182,151); }

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

background-color css

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

 a { background-color: rgb(175,182,151); }

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

border-color css

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

 span { border-color: rgb(175,182,151); }

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