Html Css Color HEX #AFB59D Green Spring

📋 copy color: '#AFB59D'

red 175 ◦ green 181 ◦ blue 157

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

Shades of Green Spring #AFB59D

Tints of Green Spring #AFB59D

RGB

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

 GREEN value IS 181 (71.09% from 255) = 35.28%

 BLUE value IS 157 (61.72% from 255) = 30.6%

R = 34.11%
G = 35.28%
B = 30.6%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#AFB59D (or 0xAFB59D) is known color: Green Spring. HEX triplet: AF, B5 and 9D. RGB value is (175,181,157). Sum of RGB (Red+Green+Blue) = 175+181+157=513 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.11% from 513); Green value is 181 (71.09% from 255 or 35.28% from 513); Blue value is 157 (61.72% from 255 or 30.60% from 513); Max value from RGB is 181 - color contains mainly: green. Hex color #AFB59D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB59D is #504A62. Grayscale: #B0B0B0. Windows color (decimal): -5261923 or 10335663. OLE color: 10335663.

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

Color convert

RGB 175 181 157 -
CMYK 0.03 0 0.13 0.29
HSL 75º 0.14% 0.66% -
HSV(B) 75º 0.13% 0.71% -
XYZ 40.29 44.6 38.38 -
YUV 176.47 117.01 126.95 -
System Red Green Blue C M Y K H S L
Decimal 175 181 157 0.03 0 0.13 0.29 75 0.14 0.66
Hex AF B5 9D 3 0 D 1D 4B E 42
Octal 257 265 235 3 0 15 35 113 16 102
Binary 10101111 10110101 10011101 11 0 1101 11101 1001011 1110 1000010

Color Harmonies of #AFB59D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB59D

Black with #AFB59D

Text Example


Text Example

White with #AFB59D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB59D; }

 p { color: rgb(175,181,157); }

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

background-color css

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

 a { background-color: rgb(175,181,157); }

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

border-color css

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

 span { border-color: rgb(175,181,157); }

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