Html Css Color HEX #AFB691 Green Spring

📋 copy color: '#AFB691'

red 175 ◦ green 182 ◦ blue 145

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

Shades of Green Spring #AFB691

Tints of Green Spring #AFB691

RGB

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

 GREEN value IS 182 (71.48% from 255) = 36.25%

 BLUE value IS 145 (57.03% from 255) = 28.88%

R = 34.86%
G = 36.25%
B = 28.88%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.20

 K value IS 0.29

RGB Variations

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

Color information

#AFB691 (or 0xAFB691) is known color: Green Spring. HEX triplet: AF, B6 and 91. RGB value is (175,182,145). Sum of RGB (Red+Green+Blue) = 175+182+145=502 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.86% from 502); Green value is 182 (71.48% from 255 or 36.25% from 502); Blue value is 145 (57.03% from 255 or 28.88% from 502); Max value from RGB is 182 - color contains mainly: green. Hex color #AFB691 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB691 is #50496E. Grayscale: #AFAFAF. Windows color (decimal): -5261679 or 9549487. OLE color: 9549487.

HSL color Cylindrical-coordinate representation of color #AFB691: hue angle of 71.35º 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 #AFB691 is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.29.

Color convert

RGB 175 182 145 -
CMYK 0.04 0 0.20 0.29
HSL 71.35º 0.2% 0.64% -
HSV(B) 71.35º 0.2% 0.71% -
XYZ 39.52 44.61 33.32 -
YUV 175.69 110.68 127.51 -
System Red Green Blue C M Y K H S L
Decimal 175 182 145 0.04 0 0.20 0.29 71.35 0.2 0.64
Hex AF B6 91 4 0 14 1D 47 14 40
Octal 257 266 221 4 0 24 35 107 24 100
Binary 10101111 10110110 10010001 100 0 10100 11101 1000111 10100 1000000

Color Harmonies of #AFB691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB691

Black with #AFB691

Text Example


Text Example

White with #AFB691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB691; }

 p { color: rgb(175,182,145); }

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

background-color css

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

 a { background-color: rgb(175,182,145); }

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

border-color css

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

 span { border-color: rgb(175,182,145); }

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