Html Css Color HEX #AFB497 Green Spring

📋 copy color: '#AFB497'

red 175 ◦ green 180 ◦ blue 151

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

Shades of Green Spring #AFB497

Tints of Green Spring #AFB497

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.57%

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

R = 34.58%
G = 35.57%
B = 29.84%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#AFB497 (or 0xAFB497) is known color: Green Spring. HEX triplet: AF, B4 and 97. RGB value is (175,180,151). Sum of RGB (Red+Green+Blue) = 175+180+151=506 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.58% from 506); Green value is 180 (70.70% from 255 or 35.57% from 506); Blue value is 151 (59.38% from 255 or 29.84% from 506); Max value from RGB is 180 - color contains mainly: green. Hex color #AFB497 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB497 is #504B68. Grayscale: #AFAFAF. Windows color (decimal): -5262185 or 9942191. OLE color: 9942191.

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

Color convert

RGB 175 180 151 -
CMYK 0.03 0 0.16 0.29
HSL 70.34º 0.16% 0.65% -
HSV(B) 70.34º 0.16% 0.71% -
XYZ 39.59 43.99 35.68 -
YUV 175.2 114.34 127.86 -
System Red Green Blue C M Y K H S L
Decimal 175 180 151 0.03 0 0.16 0.29 70.34 0.16 0.65
Hex AF B4 97 3 0 10 1D 46 10 41
Octal 257 264 227 3 0 20 35 106 20 101
Binary 10101111 10110100 10010111 11 0 10000 11101 1000110 10000 1000001

Color Harmonies of #AFB497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB497

Black with #AFB497

Text Example


Text Example

White with #AFB497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB497; }

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

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

background-color css

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

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

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

border-color css

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

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

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