Html Css Color HEX #AFB89E Green Spring

📋 copy color: '#AFB89E'

red 175 ◦ green 184 ◦ blue 158

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

Shades of Green Spring #AFB89E

Tints of Green Spring #AFB89E

RGB

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

 GREEN value IS 184 (72.27% from 255) = 35.59%

 BLUE value IS 158 (62.11% from 255) = 30.56%

R = 33.85%
G = 35.59%
B = 30.56%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.14

 K value IS 0.28

RGB Variations

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

Color information

#AFB89E (or 0xAFB89E) is known color: Green Spring. HEX triplet: AF, B8 and 9E. RGB value is (175,184,158). Sum of RGB (Red+Green+Blue) = 175+184+158=517 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.85% from 517); Green value is 184 (72.27% from 255 or 35.59% from 517); Blue value is 158 (62.11% from 255 or 30.56% from 517); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB89E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB89E is #504761. Grayscale: #B2B2B2. Windows color (decimal): -5261154 or 10401967. OLE color: 10401967.

HSL color Cylindrical-coordinate representation of color #AFB89E: hue angle of 80.77º degrees, saturation: 0.15, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AFB89E is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.28.

Color convert

RGB 175 184 158 -
CMYK 0.05 0 0.14 0.28
HSL 80.77º 0.15% 0.67% -
HSV(B) 80.77º 0.14% 0.72% -
XYZ 40.99 45.86 39.04 -
YUV 178.35 116.52 125.61 -
System Red Green Blue C M Y K H S L
Decimal 175 184 158 0.05 0 0.14 0.28 80.77 0.15 0.67
Hex AF B8 9E 5 0 E 1C 51 F 43
Octal 257 270 236 5 0 16 34 121 17 103
Binary 10101111 10111000 10011110 101 0 1110 11100 1010001 1111 1000011

Color Harmonies of #AFB89E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB89E

Black with #AFB89E

Text Example


Text Example

White with #AFB89E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB89E; }

 p { color: rgb(175,184,158); }

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

background-color css

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

 a { background-color: rgb(175,184,158); }

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

border-color css

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

 span { border-color: rgb(175,184,158); }

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