Html Css Color HEX #AFB39B Green Spring

📋 copy color: '#AFB39B'

red 175 ◦ green 179 ◦ blue 155

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

Shades of Green Spring #AFB39B

Tints of Green Spring #AFB39B

RGB

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

 GREEN value IS 179 (70.31% from 255) = 35.17%

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

R = 34.38%
G = 35.17%
B = 30.45%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.13

 K value IS 0.30

RGB Variations

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

Color information

#AFB39B (or 0xAFB39B) is known color: Green Spring. HEX triplet: AF, B3 and 9B. RGB value is (175,179,155). Sum of RGB (Red+Green+Blue) = 175+179+155=509 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.38% from 509); Green value is 179 (70.31% from 255 or 35.17% from 509); Blue value is 155 (60.94% from 255 or 30.45% from 509); Max value from RGB is 179 - color contains mainly: green. Hex color #AFB39B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB39B is #504C64. Grayscale: #AFAFAF. Windows color (decimal): -5262437 or 10204079. OLE color: 10204079.

HSL color Cylindrical-coordinate representation of color #AFB39B: hue angle of 70º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AFB39B is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.30.

Color convert

RGB 175 179 155 -
CMYK 0.02 0 0.13 0.30
HSL 70º 0.14% 0.65% -
HSV(B) 70º 0.13% 0.7% -
XYZ 39.72 43.72 37.36 -
YUV 175.07 116.67 127.95 -
System Red Green Blue C M Y K H S L
Decimal 175 179 155 0.02 0 0.13 0.30 70 0.14 0.65
Hex AF B3 9B 2 0 D 1E 46 E 41
Octal 257 263 233 2 0 15 36 106 16 101
Binary 10101111 10110011 10011011 10 0 1101 11110 1000110 1110 1000001

Color Harmonies of #AFB39B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB39B

Black with #AFB39B

Text Example


Text Example

White with #AFB39B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB39B; }

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

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

background-color css

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

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

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

border-color css

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

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

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