Html Css Color HEX #AFB395 Green Spring

📋 copy color: '#AFB395'

red 175 ◦ green 179 ◦ blue 149

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

Shades of Green Spring #AFB395

Tints of Green Spring #AFB395

RGB

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

 GREEN value IS 179 (70.31% from 255) = 35.59%

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

R = 34.79%
G = 35.59%
B = 29.62%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.17

 K value IS 0.30

RGB Variations

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

Color information

#AFB395 (or 0xAFB395) is known color: Green Spring. HEX triplet: AF, B3 and 95. RGB value is (175,179,149). Sum of RGB (Red+Green+Blue) = 175+179+149=503 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.79% from 503); Green value is 179 (70.31% from 255 or 35.59% from 503); Blue value is 149 (58.59% from 255 or 29.62% from 503); Max value from RGB is 179 - color contains mainly: green. Hex color #AFB395 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB395 is #504C6A. Grayscale: #AEAEAE. Windows color (decimal): -5262443 or 9810863. OLE color: 9810863.

HSL color Cylindrical-coordinate representation of color #AFB395: hue angle of 68º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AFB395 is Cyan = 0.02, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.30.

Color convert

RGB 175 179 149 -
CMYK 0.02 0 0.17 0.30
HSL 68º 0.16% 0.64% -
HSV(B) 68º 0.17% 0.7% -
XYZ 39.22 43.52 34.77 -
YUV 174.38 113.67 128.44 -
System Red Green Blue C M Y K H S L
Decimal 175 179 149 0.02 0 0.17 0.30 68 0.16 0.64
Hex AF B3 95 2 0 11 1E 44 10 40
Octal 257 263 225 2 0 21 36 104 20 100
Binary 10101111 10110011 10010101 10 0 10001 11110 1000100 10000 1000000

Color Harmonies of #AFB395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB395

Black with #AFB395

Text Example


Text Example

White with #AFB395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB395; }

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

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

background-color css

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

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

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

border-color css

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

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

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