Html Css Color HEX #AFB696 Green Spring

📋 copy color: '#AFB696'

red 175 ◦ green 182 ◦ blue 150

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

Shades of Green Spring #AFB696

Tints of Green Spring #AFB696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 29.59%

R = 34.52%
G = 35.9%
B = 29.59%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#AFB696 (or 0xAFB696) is known color: Green Spring. HEX triplet: AF, B6 and 96. RGB value is (175,182,150). Sum of RGB (Red+Green+Blue) = 175+182+150=507 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.52% from 507); Green value is 182 (71.48% from 255 or 35.90% from 507); Blue value is 150 (58.98% from 255 or 29.59% from 507); Max value from RGB is 182 - color contains mainly: green. Hex color #AFB696 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB696 is #504969. Grayscale: #B0B0B0. Windows color (decimal): -5261674 or 9877167. OLE color: 9877167.

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

Color convert

RGB 175 182 150 -
CMYK 0.04 0 0.18 0.29
HSL 73.13º 0.18% 0.65% -
HSV(B) 73.13º 0.18% 0.71% -
XYZ 39.91 44.77 35.39 -
YUV 176.26 113.18 127.1 -
System Red Green Blue C M Y K H S L
Decimal 175 182 150 0.04 0 0.18 0.29 73.13 0.18 0.65
Hex AF B6 96 4 0 12 1D 49 12 41
Octal 257 266 226 4 0 22 35 111 22 101
Binary 10101111 10110110 10010110 100 0 10010 11101 1001001 10010 1000001

Color Harmonies of #AFB696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB696

Black with #AFB696

Text Example


Text Example

White with #AFB696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB696; }

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

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

background-color css

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

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

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

border-color css

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

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

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