Html Css Color HEX #AFBB99 Green Spring

📋 copy color: '#AFBB99'

red 175 ◦ green 187 ◦ blue 153

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

Shades of Green Spring #AFBB99

Tints of Green Spring #AFBB99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 29.71%

R = 33.98%
G = 36.31%
B = 29.71%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#AFBB99 (or 0xAFBB99) is known color: Green Spring. HEX triplet: AF, BB and 99. RGB value is (175,187,153). Sum of RGB (Red+Green+Blue) = 175+187+153=515 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.98% from 515); Green value is 187 (73.44% from 255 or 36.31% from 515); Blue value is 153 (60.16% from 255 or 29.71% from 515); Max value from RGB is 187 - color contains mainly: green. Hex color #AFBB99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBB99 is #504466. Grayscale: #B3B3B3. Windows color (decimal): -5260391 or 10075055. OLE color: 10075055.

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

Color convert

RGB 175 187 153 -
CMYK 0.06 0 0.18 0.27
HSL 81.18º 0.2% 0.67% -
HSV(B) 81.18º 0.18% 0.73% -
XYZ 41.2 46.95 37.03 -
YUV 179.54 113.02 124.76 -
System Red Green Blue C M Y K H S L
Decimal 175 187 153 0.06 0 0.18 0.27 81.18 0.2 0.67
Hex AF BB 99 6 0 12 1B 51 14 43
Octal 257 273 231 6 0 22 33 121 24 103
Binary 10101111 10111011 10011001 110 0 10010 11011 1010001 10100 1000011

Color Harmonies of #AFBB99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBB99

Black with #AFBB99

Text Example


Text Example

White with #AFBB99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBB99; }

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

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

background-color css

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

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

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

border-color css

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

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

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