Html Css Color HEX #AFB69C Green Spring

📋 copy color: '#AFB69C'

red 175 ◦ green 182 ◦ blue 156

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

Shades of Green Spring #AFB69C

Tints of Green Spring #AFB69C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 30.41%

R = 34.11%
G = 35.48%
B = 30.41%

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

#AFB69C (or 0xAFB69C) is known color: Green Spring. HEX triplet: AF, B6 and 9C. RGB value is (175,182,156). Sum of RGB (Red+Green+Blue) = 175+182+156=513 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.11% from 513); Green value is 182 (71.48% from 255 or 35.48% from 513); Blue value is 156 (61.33% from 255 or 30.41% from 513); Max value from RGB is 182 - color contains mainly: green. Hex color #AFB69C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB69C is #504963. Grayscale: #B1B1B1. Windows color (decimal): -5261668 or 10270383. OLE color: 10270383.

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

Color convert

RGB 175 182 156 -
CMYK 0.04 0 0.14 0.29
HSL 76.15º 0.15% 0.66% -
HSV(B) 76.15º 0.14% 0.71% -
XYZ 40.41 44.97 38 -
YUV 176.94 116.18 126.61 -
System Red Green Blue C M Y K H S L
Decimal 175 182 156 0.04 0 0.14 0.29 76.15 0.15 0.66
Hex AF B6 9C 4 0 E 1D 4C F 42
Octal 257 266 234 4 0 16 35 114 17 102
Binary 10101111 10110110 10011100 100 0 1110 11101 1001100 1111 1000010

Color Harmonies of #AFB69C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB69C

Black with #AFB69C

Text Example


Text Example

White with #AFB69C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB69C; }

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

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

background-color css

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

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

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

border-color css

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

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

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