Html Css Color HEX #AFB39C Green Spring

📋 copy color: '#AFB39C'

red 175 ◦ green 179 ◦ blue 156

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

Shades of Green Spring #AFB39C

Tints of Green Spring #AFB39C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 30.59%

R = 34.31%
G = 35.1%
B = 30.59%

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

#AFB39C (or 0xAFB39C) is known color: Green Spring. HEX triplet: AF, B3 and 9C. RGB value is (175,179,156). Sum of RGB (Red+Green+Blue) = 175+179+156=510 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.31% from 510); Green value is 179 (70.31% from 255 or 35.10% from 510); Blue value is 156 (61.33% from 255 or 30.59% from 510); Max value from RGB is 179 - color contains mainly: green. Hex color #AFB39C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB39C is #504C63. Grayscale: #AFAFAF. Windows color (decimal): -5262436 or 10269615. OLE color: 10269615.

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

Color convert

RGB 175 179 156 -
CMYK 0.02 0 0.13 0.30
HSL 70.43º 0.13% 0.66% -
HSV(B) 70.43º 0.13% 0.7% -
XYZ 39.8 43.75 37.8 -
YUV 175.18 117.17 127.87 -
System Red Green Blue C M Y K H S L
Decimal 175 179 156 0.02 0 0.13 0.30 70.43 0.13 0.66
Hex AF B3 9C 2 0 D 1E 46 D 42
Octal 257 263 234 2 0 15 36 106 15 102
Binary 10101111 10110011 10011100 10 0 1101 11110 1000110 1101 1000010

Color Harmonies of #AFB39C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB39C

Black with #AFB39C

Text Example


Text Example

White with #AFB39C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB39C; }

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

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

background-color css

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

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

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

border-color css

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

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

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