Html Css Color HEX #AFB69D Green Spring

📋 copy color: '#AFB69D'

red 175 ◦ green 182 ◦ blue 157

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

Shades of Green Spring #AFB69D

Tints of Green Spring #AFB69D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 30.54%

R = 34.05%
G = 35.41%
B = 30.54%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#AFB69D (or 0xAFB69D) is known color: Green Spring. HEX triplet: AF, B6 and 9D. RGB value is (175,182,157). Sum of RGB (Red+Green+Blue) = 175+182+157=514 (68% of max value = 765). Red value is 175 (68.75% from 255 or 34.05% from 514); Green value is 182 (71.48% from 255 or 35.41% from 514); Blue value is 157 (61.72% from 255 or 30.54% from 514); Max value from RGB is 182 - color contains mainly: green. Hex color #AFB69D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB69D is #504962. Grayscale: #B1B1B1. Windows color (decimal): -5261667 or 10335919. OLE color: 10335919.

HSL color Cylindrical-coordinate representation of color #AFB69D: hue angle of 76.8º degrees, saturation: 0.15, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AFB69D is Cyan = 0.04, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB 175 182 157 -
CMYK 0.04 0 0.14 0.29
HSL 76.8º 0.15% 0.66% -
HSV(B) 76.8º 0.14% 0.71% -
XYZ 40.49 45 38.45 -
YUV 177.06 116.68 126.53 -
System Red Green Blue C M Y K H S L
Decimal 175 182 157 0.04 0 0.14 0.29 76.8 0.15 0.66
Hex AF B6 9D 4 0 E 1D 4D F 42
Octal 257 266 235 4 0 16 35 115 17 102
Binary 10101111 10110110 10011101 100 0 1110 11101 1001101 1111 1000010

Color Harmonies of #AFB69D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB69D

Black with #AFB69D

Text Example


Text Example

White with #AFB69D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB69D; }

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

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

background-color css

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

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

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

border-color css

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

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

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