Html Css Color HEX #AFB99B Green Spring

📋 copy color: '#AFB99B'

red 175 ◦ green 185 ◦ blue 155

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

Shades of Green Spring #AFB99B

Tints of Green Spring #AFB99B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 30.1%

R = 33.98%
G = 35.92%
B = 30.1%

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

#AFB99B (or 0xAFB99B) is known color: Green Spring. HEX triplet: AF, B9 and 9B. RGB value is (175,185,155). Sum of RGB (Red+Green+Blue) = 175+185+155=515 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.98% from 515); Green value is 185 (72.66% from 255 or 35.92% from 515); Blue value is 155 (60.94% from 255 or 30.10% from 515); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB99B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB99B is #504664. Grayscale: #B2B2B2. Windows color (decimal): -5260901 or 10205615. OLE color: 10205615.

HSL color Cylindrical-coordinate representation of color #AFB99B: hue angle of 80º degrees, saturation: 0.18, 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 #AFB99B is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 185 155 -
CMYK 0.05 0 0.16 0.27
HSL 80º 0.18% 0.67% -
HSV(B) 80º 0.16% 0.73% -
XYZ 40.94 46.18 37.77 -
YUV 178.59 114.69 125.44 -
System Red Green Blue C M Y K H S L
Decimal 175 185 155 0.05 0 0.16 0.27 80 0.18 0.67
Hex AF B9 9B 5 0 10 1B 50 12 43
Octal 257 271 233 5 0 20 33 120 22 103
Binary 10101111 10111001 10011011 101 0 10000 11011 1010000 10010 1000011

Color Harmonies of #AFB99B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB99B

Black with #AFB99B

Text Example


Text Example

White with #AFB99B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB99B; }

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

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

background-color css

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

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

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

border-color css

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

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

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