Html Css Color HEX #AFB898 Green Spring

📋 copy color: '#AFB898'

red 175 ◦ green 184 ◦ blue 152

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

Shades of Green Spring #AFB898

Tints of Green Spring #AFB898

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 29.75%

R = 34.25%
G = 36.01%
B = 29.75%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.17

 K value IS 0.28

RGB Variations

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

Color information

#AFB898 (or 0xAFB898) is known color: Green Spring. HEX triplet: AF, B8 and 98. RGB value is (175,184,152). Sum of RGB (Red+Green+Blue) = 175+184+152=511 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.25% from 511); Green value is 184 (72.27% from 255 or 36.01% from 511); Blue value is 152 (59.77% from 255 or 29.75% from 511); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB898 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB898 is #504767. Grayscale: #B1B1B1. Windows color (decimal): -5261160 or 10008751. OLE color: 10008751.

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

Color convert

RGB 175 184 152 -
CMYK 0.05 0 0.17 0.28
HSL 76.88º 0.18% 0.66% -
HSV(B) 76.88º 0.17% 0.72% -
XYZ 40.49 45.66 36.39 -
YUV 177.66 113.52 126.1 -
System Red Green Blue C M Y K H S L
Decimal 175 184 152 0.05 0 0.17 0.28 76.88 0.18 0.66
Hex AF B8 98 5 0 11 1C 4D 12 42
Octal 257 270 230 5 0 21 34 115 22 102
Binary 10101111 10111000 10011000 101 0 10001 11100 1001101 10010 1000010

Color Harmonies of #AFB898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB898

Black with #AFB898

Text Example


Text Example

White with #AFB898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB898; }

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

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

background-color css

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

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

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

border-color css

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

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

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