Html Css Color HEX #AFB397 Green Spring

📋 copy color: '#AFB397'

red 175 ◦ green 179 ◦ blue 151

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

Shades of Green Spring #AFB397

Tints of Green Spring #AFB397

RGB

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

 GREEN value IS 179 (70.31% from 255) = 35.45%

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

R = 34.65%
G = 35.45%
B = 29.9%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.16

 K value IS 0.30

RGB Variations

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

Color information

#AFB397 (or 0xAFB397) is known color: Green Spring. HEX triplet: AF, B3 and 97. RGB value is (175,179,151). Sum of RGB (Red+Green+Blue) = 175+179+151=505 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.65% from 505); Green value is 179 (70.31% from 255 or 35.45% from 505); Blue value is 151 (59.38% from 255 or 29.90% from 505); Max value from RGB is 179 - color contains mainly: green. Hex color #AFB397 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB397 is #504C68. Grayscale: #AEAEAE. Windows color (decimal): -5262441 or 9941935. OLE color: 9941935.

HSL color Cylindrical-coordinate representation of color #AFB397: hue angle of 68.57º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AFB397 is Cyan = 0.02, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.30.

Color convert

RGB 175 179 151 -
CMYK 0.02 0 0.16 0.30
HSL 68.57º 0.16% 0.65% -
HSV(B) 68.57º 0.16% 0.7% -
XYZ 39.39 43.59 35.62 -
YUV 174.61 114.67 128.28 -
System Red Green Blue C M Y K H S L
Decimal 175 179 151 0.02 0 0.16 0.30 68.57 0.16 0.65
Hex AF B3 97 2 0 10 1E 45 10 41
Octal 257 263 227 2 0 20 36 105 20 101
Binary 10101111 10110011 10010111 10 0 10000 11110 1000101 10000 1000001

Color Harmonies of #AFB397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB397

Black with #AFB397

Text Example


Text Example

White with #AFB397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB397; }

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

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

background-color css

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

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

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

border-color css

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

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

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