Html Css Color HEX #AFB590 Green Spring

📋 copy color: '#AFB590'

red 175 ◦ green 181 ◦ blue 144

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

Shades of Green Spring #AFB590

Tints of Green Spring #AFB590

RGB

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

 GREEN value IS 181 (71.09% from 255) = 36.2%

 BLUE value IS 144 (56.64% from 255) = 28.8%

R = 35%
G = 36.2%
B = 28.8%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.20

 K value IS 0.29

RGB Variations

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

Color information

#AFB590 (or 0xAFB590) is known color: Green Spring. HEX triplet: AF, B5 and 90. RGB value is (175,181,144). Sum of RGB (Red+Green+Blue) = 175+181+144=500 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35% from 500); Green value is 181 (71.09% from 255 or 36.2% from 500); Blue value is 144 (56.64% from 255 or 28.8% from 500); Max value from RGB is 181 - color contains mainly: green. Hex color #AFB590 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB590 is #504A6F. Grayscale: #AFAFAF. Windows color (decimal): -5261936 or 9483695. OLE color: 9483695.

HSL color Cylindrical-coordinate representation of color #AFB590: hue angle of 69.73º degrees, saturation: 0.2, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFB590 is Cyan = 0.03, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.29.

Color convert

RGB 175 181 144 -
CMYK 0.03 0 0.20 0.29
HSL 69.73º 0.2% 0.64% -
HSV(B) 69.73º 0.2% 0.71% -
XYZ 39.24 44.18 32.84 -
YUV 174.99 110.51 128.01 -
System Red Green Blue C M Y K H S L
Decimal 175 181 144 0.03 0 0.20 0.29 69.73 0.2 0.64
Hex AF B5 90 3 0 14 1D 46 14 40
Octal 257 265 220 3 0 24 35 106 24 100
Binary 10101111 10110101 10010000 11 0 10100 11101 1000110 10100 1000000

Color Harmonies of #AFB590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB590

Black with #AFB590

Text Example


Text Example

White with #AFB590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB590; }

 p { color: rgb(175,181,144); }

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

background-color css

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

 a { background-color: rgb(175,181,144); }

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

border-color css

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

 span { border-color: rgb(175,181,144); }

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