Html Css Color HEX #AFB99C Green Spring

📋 copy color: '#AFB99C'

red 175 ◦ green 185 ◦ blue 156

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

Shades of Green Spring #AFB99C

Tints of Green Spring #AFB99C

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.85%

 BLUE value IS 156 (61.33% from 255) = 30.23%

R = 33.91%
G = 35.85%
B = 30.23%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#AFB99C (or 0xAFB99C) is known color: Green Spring. HEX triplet: AF, B9 and 9C. RGB value is (175,185,156). Sum of RGB (Red+Green+Blue) = 175+185+156=516 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.91% from 516); Green value is 185 (72.66% from 255 or 35.85% from 516); Blue value is 156 (61.33% from 255 or 30.23% from 516); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB99C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB99C is #504663. Grayscale: #B2B2B2. Windows color (decimal): -5260900 or 10271151. OLE color: 10271151.

HSL color Cylindrical-coordinate representation of color #AFB99C: hue angle of 80.69º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AFB99C is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 185 156 -
CMYK 0.05 0 0.16 0.27
HSL 80.69º 0.17% 0.67% -
HSV(B) 80.69º 0.16% 0.73% -
XYZ 41.03 46.21 38.21 -
YUV 178.7 115.19 125.36 -
System Red Green Blue C M Y K H S L
Decimal 175 185 156 0.05 0 0.16 0.27 80.69 0.17 0.67
Hex AF B9 9C 5 0 10 1B 51 11 43
Octal 257 271 234 5 0 20 33 121 21 103
Binary 10101111 10111001 10011100 101 0 10000 11011 1010001 10001 1000011

Color Harmonies of #AFB99C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB99C

Black with #AFB99C

Text Example


Text Example

White with #AFB99C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB99C; }

 p { color: rgb(175,185,156); }

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

background-color css

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

 a { background-color: rgb(175,185,156); }

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

border-color css

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

 span { border-color: rgb(175,185,156); }

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