Html Css Color HEX #AFBC99 Green Spring

📋 copy color: '#AFBC99'

red 175 ◦ green 188 ◦ blue 153

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

Shades of Green Spring #AFBC99

Tints of Green Spring #AFBC99

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.43%

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

R = 33.91%
G = 36.43%
B = 29.65%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#AFBC99 (or 0xAFBC99) is known color: Green Spring. HEX triplet: AF, BC and 99. RGB value is (175,188,153). Sum of RGB (Red+Green+Blue) = 175+188+153=516 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.91% from 516); Green value is 188 (73.83% from 255 or 36.43% from 516); Blue value is 153 (60.16% from 255 or 29.65% from 516); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBC99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBC99 is #504366. Grayscale: #B4B4B4. Windows color (decimal): -5260135 or 10075311. OLE color: 10075311.

HSL color Cylindrical-coordinate representation of color #AFBC99: hue angle of 82.29º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AFBC99 is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB 175 188 153 -
CMYK 0.07 0 0.19 0.26
HSL 82.29º 0.21% 0.67% -
HSV(B) 82.29º 0.19% 0.74% -
XYZ 41.41 47.38 37.1 -
YUV 180.12 112.69 124.35 -
System Red Green Blue C M Y K H S L
Decimal 175 188 153 0.07 0 0.19 0.26 82.29 0.21 0.67
Hex AF BC 99 7 0 13 1A 52 15 43
Octal 257 274 231 7 0 23 32 122 25 103
Binary 10101111 10111100 10011001 111 0 10011 11010 1010010 10101 1000011

Color Harmonies of #AFBC99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBC99

Black with #AFBC99

Text Example


Text Example

White with #AFBC99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBC99; }

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

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

background-color css

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

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

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

border-color css

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

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

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