Html Css Color HEX #AFB89B Green Spring

📋 copy color: '#AFB89B'

red 175 ◦ green 184 ◦ blue 155

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

Shades of Green Spring #AFB89B

Tints of Green Spring #AFB89B

RGB

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

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

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

R = 34.05%
G = 35.8%
B = 30.16%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.16

 K value IS 0.28

RGB Variations

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

Color information

#AFB89B (or 0xAFB89B) is known color: Green Spring. HEX triplet: AF, B8 and 9B. RGB value is (175,184,155). Sum of RGB (Red+Green+Blue) = 175+184+155=514 (68% of max value = 765). Red value is 175 (68.75% from 255 or 34.05% from 514); Green value is 184 (72.27% from 255 or 35.80% from 514); Blue value is 155 (60.94% from 255 or 30.16% from 514); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB89B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB89B is #504764. Grayscale: #B2B2B2. Windows color (decimal): -5261157 or 10205359. OLE color: 10205359.

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

Color convert

RGB 175 184 155 -
CMYK 0.05 0 0.16 0.28
HSL 78.62º 0.17% 0.66% -
HSV(B) 78.62º 0.16% 0.72% -
XYZ 40.74 45.76 37.7 -
YUV 178 115.02 125.86 -
System Red Green Blue C M Y K H S L
Decimal 175 184 155 0.05 0 0.16 0.28 78.62 0.17 0.66
Hex AF B8 9B 5 0 10 1C 4F 11 42
Octal 257 270 233 5 0 20 34 117 21 102
Binary 10101111 10111000 10011011 101 0 10000 11100 1001111 10001 1000010

Color Harmonies of #AFB89B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB89B

Black with #AFB89B

Text Example


Text Example

White with #AFB89B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB89B; }

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

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

background-color css

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

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

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

border-color css

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

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

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