Html Css Color HEX #AFB795 Green Spring

📋 copy color: '#AFB795'

red 175 ◦ green 183 ◦ blue 149

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

Shades of Green Spring #AFB795

Tints of Green Spring #AFB795

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 29.39%

R = 34.52%
G = 36.09%
B = 29.39%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.19

 K value IS 0.28

RGB Variations

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

Color information

#AFB795 (or 0xAFB795) is known color: Green Spring. HEX triplet: AF, B7 and 95. RGB value is (175,183,149). Sum of RGB (Red+Green+Blue) = 175+183+149=507 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.52% from 507); Green value is 183 (71.88% from 255 or 36.09% from 507); Blue value is 149 (58.59% from 255 or 29.39% from 507); Max value from RGB is 183 - color contains mainly: green. Hex color #AFB795 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB795 is #50486A. Grayscale: #B0B0B0. Windows color (decimal): -5261419 or 9811887. OLE color: 9811887.

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

Color convert

RGB 175 183 149 -
CMYK 0.04 0 0.19 0.28
HSL 74.12º 0.19% 0.65% -
HSV(B) 74.12º 0.19% 0.72% -
XYZ 40.04 45.15 35.04 -
YUV 176.73 112.35 126.76 -
System Red Green Blue C M Y K H S L
Decimal 175 183 149 0.04 0 0.19 0.28 74.12 0.19 0.65
Hex AF B7 95 4 0 13 1C 4A 13 41
Octal 257 267 225 4 0 23 34 112 23 101
Binary 10101111 10110111 10010101 100 0 10011 11100 1001010 10011 1000001

Color Harmonies of #AFB795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB795

Black with #AFB795

Text Example


Text Example

White with #AFB795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB795; }

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

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

background-color css

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

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

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

border-color css

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

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

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