Html Css Color HEX #AFB88F Green Spring

📋 copy color: '#AFB88F'

red 175 ◦ green 184 ◦ blue 143

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

Shades of Green Spring #AFB88F

Tints of Green Spring #AFB88F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 28.49%

R = 34.86%
G = 36.65%
B = 28.49%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.22

 K value IS 0.28

RGB Variations

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

Color information

#AFB88F (or 0xAFB88F) is known color: Green Spring. HEX triplet: AF, B8 and 8F. RGB value is (175,184,143). Sum of RGB (Red+Green+Blue) = 175+184+143=502 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.86% from 502); Green value is 184 (72.27% from 255 or 36.65% from 502); Blue value is 143 (56.25% from 255 or 28.49% from 502); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB88F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB88F is #504770. Grayscale: #B0B0B0. Windows color (decimal): -5261169 or 9418927. OLE color: 9418927.

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

Color convert

RGB 175 184 143 -
CMYK 0.05 0 0.22 0.28
HSL 73.17º 0.22% 0.64% -
HSV(B) 73.17º 0.22% 0.72% -
XYZ 39.78 45.38 32.65 -
YUV 176.64 109.02 126.83 -
System Red Green Blue C M Y K H S L
Decimal 175 184 143 0.05 0 0.22 0.28 73.17 0.22 0.64
Hex AF B8 8F 5 0 16 1C 49 16 40
Octal 257 270 217 5 0 26 34 111 26 100
Binary 10101111 10111000 10001111 101 0 10110 11100 1001001 10110 1000000

Color Harmonies of #AFB88F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB88F

Black with #AFB88F

Text Example


Text Example

White with #AFB88F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB88F; }

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

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

background-color css

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

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

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

border-color css

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

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

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