Html Css Color HEX #AFB796 Green Spring

📋 copy color: '#AFB796'

red 175 ◦ green 183 ◦ blue 150

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

Shades of Green Spring #AFB796

Tints of Green Spring #AFB796

RGB

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

 GREEN value IS 183 (71.88% from 255) = 36.02%

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

R = 34.45%
G = 36.02%
B = 29.53%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.18

 K value IS 0.28

RGB Variations

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

Color information

#AFB796 (or 0xAFB796) is known color: Green Spring. HEX triplet: AF, B7 and 96. RGB value is (175,183,150). Sum of RGB (Red+Green+Blue) = 175+183+150=508 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.45% from 508); Green value is 183 (71.88% from 255 or 36.02% from 508); Blue value is 150 (58.98% from 255 or 29.53% from 508); Max value from RGB is 183 - color contains mainly: green. Hex color #AFB796 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB796 is #504869. Grayscale: #B0B0B0. Windows color (decimal): -5261418 or 9877423. OLE color: 9877423.

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

Color convert

RGB 175 183 150 -
CMYK 0.04 0 0.18 0.28
HSL 74.55º 0.19% 0.65% -
HSV(B) 74.55º 0.18% 0.72% -
XYZ 40.12 45.18 35.46 -
YUV 176.85 112.85 126.68 -
System Red Green Blue C M Y K H S L
Decimal 175 183 150 0.04 0 0.18 0.28 74.55 0.19 0.65
Hex AF B7 96 4 0 12 1C 4B 13 41
Octal 257 267 226 4 0 22 34 113 23 101
Binary 10101111 10110111 10010110 100 0 10010 11100 1001011 10011 1000001

Color Harmonies of #AFB796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB796

Black with #AFB796

Text Example


Text Example

White with #AFB796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB796; }

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

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

background-color css

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

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

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

border-color css

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

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

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