Html Css Color HEX #AFB793 Green Spring

📋 copy color: '#AFB793'

red 175 ◦ green 183 ◦ blue 147

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

Shades of Green Spring #AFB793

Tints of Green Spring #AFB793

RGB

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

 GREEN value IS 183 (71.88% from 255) = 36.24%

 BLUE value IS 147 (57.81% from 255) = 29.11%

R = 34.65%
G = 36.24%
B = 29.11%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.20

 K value IS 0.28

RGB Variations

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

Color information

#AFB793 (or 0xAFB793) is known color: Green Spring. HEX triplet: AF, B7 and 93. RGB value is (175,183,147). Sum of RGB (Red+Green+Blue) = 175+183+147=505 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.65% from 505); Green value is 183 (71.88% from 255 or 36.24% from 505); Blue value is 147 (57.81% from 255 or 29.11% from 505); Max value from RGB is 183 - color contains mainly: green. Hex color #AFB793 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB793 is #50486C. Grayscale: #B0B0B0. Windows color (decimal): -5261421 or 9680815. OLE color: 9680815.

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

Color convert

RGB 175 183 147 -
CMYK 0.04 0 0.20 0.28
HSL 73.33º 0.2% 0.65% -
HSV(B) 73.33º 0.2% 0.72% -
XYZ 39.88 45.09 34.2 -
YUV 176.5 111.35 126.93 -
System Red Green Blue C M Y K H S L
Decimal 175 183 147 0.04 0 0.20 0.28 73.33 0.2 0.65
Hex AF B7 93 4 0 14 1C 49 14 41
Octal 257 267 223 4 0 24 34 111 24 101
Binary 10101111 10110111 10010011 100 0 10100 11100 1001001 10100 1000001

Color Harmonies of #AFB793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB793

Black with #AFB793

Text Example


Text Example

White with #AFB793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB793; }

 p { color: rgb(175,183,147); }

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

background-color css

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

 a { background-color: rgb(175,183,147); }

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

border-color css

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

 span { border-color: rgb(175,183,147); }

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