Html Css Color HEX #AFB699 Green Spring

📋 copy color: '#AFB699'

red 175 ◦ green 182 ◦ blue 153

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

Shades of Green Spring #AFB699

Tints of Green Spring #AFB699

RGB

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

 GREEN value IS 182 (71.48% from 255) = 35.69%

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

R = 34.31%
G = 35.69%
B = 30%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#AFB699 (or 0xAFB699) is known color: Green Spring. HEX triplet: AF, B6 and 99. RGB value is (175,182,153). Sum of RGB (Red+Green+Blue) = 175+182+153=510 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.31% from 510); Green value is 182 (71.48% from 255 or 35.69% from 510); Blue value is 153 (60.16% from 255 or 30% from 510); Max value from RGB is 182 - color contains mainly: green. Hex color #AFB699 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB699 is #504966. Grayscale: #B0B0B0. Windows color (decimal): -5261671 or 10073775. OLE color: 10073775.

HSL color Cylindrical-coordinate representation of color #AFB699: hue angle of 74.48º degrees, saturation: 0.17, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AFB699 is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB 175 182 153 -
CMYK 0.04 0 0.16 0.29
HSL 74.48º 0.17% 0.66% -
HSV(B) 74.48º 0.16% 0.71% -
XYZ 40.16 44.87 36.68 -
YUV 176.6 114.68 126.86 -
System Red Green Blue C M Y K H S L
Decimal 175 182 153 0.04 0 0.16 0.29 74.48 0.17 0.66
Hex AF B6 99 4 0 10 1D 4A 11 42
Octal 257 266 231 4 0 20 35 112 21 102
Binary 10101111 10110110 10011001 100 0 10000 11101 1001010 10001 1000010

Color Harmonies of #AFB699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB699

Black with #AFB699

Text Example


Text Example

White with #AFB699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB699; }

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

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

background-color css

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

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

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

border-color css

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

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

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