Html Css Color HEX #AFB896 Green Spring

📋 copy color: '#AFB896'

red 175 ◦ green 184 ◦ blue 150

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

Shades of Green Spring #AFB896

Tints of Green Spring #AFB896

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 29.47%

R = 34.38%
G = 36.15%
B = 29.47%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.18

 K value IS 0.28

RGB Variations

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

Color information

#AFB896 (or 0xAFB896) is known color: Green Spring. HEX triplet: AF, B8 and 96. RGB value is (175,184,150). Sum of RGB (Red+Green+Blue) = 175+184+150=509 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.38% from 509); Green value is 184 (72.27% from 255 or 36.15% from 509); Blue value is 150 (58.98% from 255 or 29.47% from 509); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB896 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB896 is #504769. Grayscale: #B1B1B1. Windows color (decimal): -5261162 or 9877679. OLE color: 9877679.

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

Color convert

RGB 175 184 150 -
CMYK 0.05 0 0.18 0.28
HSL 75.88º 0.19% 0.65% -
HSV(B) 75.88º 0.18% 0.72% -
XYZ 40.32 45.6 35.53 -
YUV 177.43 112.52 126.26 -
System Red Green Blue C M Y K H S L
Decimal 175 184 150 0.05 0 0.18 0.28 75.88 0.19 0.65
Hex AF B8 96 5 0 12 1C 4C 13 41
Octal 257 270 226 5 0 22 34 114 23 101
Binary 10101111 10111000 10010110 101 0 10010 11100 1001100 10011 1000001

Color Harmonies of #AFB896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB896

Black with #AFB896

Text Example


Text Example

White with #AFB896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB896; }

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

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

background-color css

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

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

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

border-color css

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

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

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