Html Css Color HEX #AFBB9C Green Spring

📋 copy color: '#AFBB9C'

red 175 ◦ green 187 ◦ blue 156

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

Shades of Green Spring #AFBB9C

Tints of Green Spring #AFBB9C

RGB

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

 GREEN value IS 187 (73.44% from 255) = 36.1%

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

R = 33.78%
G = 36.1%
B = 30.12%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#AFBB9C (or 0xAFBB9C) is known color: Green Spring. HEX triplet: AF, BB and 9C. RGB value is (175,187,156). Sum of RGB (Red+Green+Blue) = 175+187+156=518 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.78% from 518); Green value is 187 (73.44% from 255 or 36.10% from 518); Blue value is 156 (61.33% from 255 or 30.12% from 518); Max value from RGB is 187 - color contains mainly: green. Hex color #AFBB9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBB9C is #504463. Grayscale: #B3B3B3. Windows color (decimal): -5260388 or 10271663. OLE color: 10271663.

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

Color convert

RGB 175 187 156 -
CMYK 0.06 0 0.17 0.27
HSL 83.23º 0.19% 0.67% -
HSV(B) 83.23º 0.17% 0.73% -
XYZ 41.45 47.05 38.35 -
YUV 179.88 114.52 124.52 -
System Red Green Blue C M Y K H S L
Decimal 175 187 156 0.06 0 0.17 0.27 83.23 0.19 0.67
Hex AF BB 9C 6 0 11 1B 53 13 43
Octal 257 273 234 6 0 21 33 123 23 103
Binary 10101111 10111011 10011100 110 0 10001 11011 1010011 10011 1000011

Color Harmonies of #AFBB9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBB9C

Black with #AFBB9C

Text Example


Text Example

White with #AFBB9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBB9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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