Html Css Color HEX #AFB29C Green Spring

📋 copy color: '#AFB29C'

red 175 ◦ green 178 ◦ blue 156

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

Shades of Green Spring #AFB29C

Tints of Green Spring #AFB29C

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.97%

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

R = 34.38%
G = 34.97%
B = 30.65%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.12

 K value IS 0.30

RGB Variations

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

Color information

#AFB29C (or 0xAFB29C) is known color: Green Spring. HEX triplet: AF, B2 and 9C. RGB value is (175,178,156). Sum of RGB (Red+Green+Blue) = 175+178+156=509 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.38% from 509); Green value is 178 (69.92% from 255 or 34.97% from 509); Blue value is 156 (61.33% from 255 or 30.65% from 509); Max value from RGB is 178 - color contains mainly: green. Hex color #AFB29C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFB29C is #504D63. Grayscale: #AEAEAE. Windows color (decimal): -5262692 or 10269359. OLE color: 10269359.

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

Color convert

RGB 175 178 156 -
CMYK 0.02 0 0.12 0.30
HSL 68.18º 0.13% 0.65% -
HSV(B) 68.18º 0.12% 0.7% -
XYZ 39.6 43.36 37.73 -
YUV 174.6 117.51 128.29 -
System Red Green Blue C M Y K H S L
Decimal 175 178 156 0.02 0 0.12 0.30 68.18 0.13 0.65
Hex AF B2 9C 2 0 C 1E 44 C 41
Octal 257 262 234 2 0 14 36 104 14 101
Binary 10101111 10110010 10011100 10 0 1100 11110 1000100 1100 1000001

Color Harmonies of #AFB29C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB29C

Black with #AFB29C

Text Example


Text Example

White with #AFB29C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB29C; }

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

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

background-color css

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

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

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

border-color css

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

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

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