Html Css Color HEX #AFB59B Green Spring

📋 copy color: '#AFB59B'

red 175 ◦ green 181 ◦ blue 155

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

Shades of Green Spring #AFB59B

Tints of Green Spring #AFB59B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 30.33%

R = 34.25%
G = 35.42%
B = 30.33%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#AFB59B (or 0xAFB59B) is known color: Green Spring. HEX triplet: AF, B5 and 9B. RGB value is (175,181,155). Sum of RGB (Red+Green+Blue) = 175+181+155=511 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.25% from 511); Green value is 181 (71.09% from 255 or 35.42% from 511); Blue value is 155 (60.94% from 255 or 30.33% from 511); Max value from RGB is 181 - color contains mainly: green. Hex color #AFB59B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB59B is #504A64. Grayscale: #B0B0B0. Windows color (decimal): -5261925 or 10204591. OLE color: 10204591.

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

Color convert

RGB 175 181 155 -
CMYK 0.03 0 0.14 0.29
HSL 73.85º 0.15% 0.66% -
HSV(B) 73.85º 0.14% 0.71% -
XYZ 40.12 44.53 37.49 -
YUV 176.24 116.01 127.11 -
System Red Green Blue C M Y K H S L
Decimal 175 181 155 0.03 0 0.14 0.29 73.85 0.15 0.66
Hex AF B5 9B 3 0 E 1D 4A F 42
Octal 257 265 233 3 0 16 35 112 17 102
Binary 10101111 10110101 10011011 11 0 1110 11101 1001010 1111 1000010

Color Harmonies of #AFB59B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB59B

Black with #AFB59B

Text Example


Text Example

White with #AFB59B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB59B; }

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

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

background-color css

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

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

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

border-color css

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

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

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