Html Css Color HEX #AFB29D Green Spring

📋 copy color: '#AFB29D'

red 175 ◦ green 178 ◦ blue 157

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

Shades of Green Spring #AFB29D

Tints of Green Spring #AFB29D

RGB

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

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

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

R = 34.31%
G = 34.9%
B = 30.78%

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

#AFB29D (or 0xAFB29D) is known color: Green Spring. HEX triplet: AF, B2 and 9D. RGB value is (175,178,157). Sum of RGB (Red+Green+Blue) = 175+178+157=510 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.31% from 510); Green value is 178 (69.92% from 255 or 34.90% from 510); Blue value is 157 (61.72% from 255 or 30.78% from 510); Max value from RGB is 178 - color contains mainly: green. Hex color #AFB29D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFB29D is #504D62. Grayscale: #AEAEAE. Windows color (decimal): -5262691 or 10334895. OLE color: 10334895.

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

Color convert

RGB 175 178 157 -
CMYK 0.02 0 0.12 0.30
HSL 68.57º 0.12% 0.66% -
HSV(B) 68.57º 0.12% 0.7% -
XYZ 39.69 43.39 38.18 -
YUV 174.71 118.01 128.21 -
System Red Green Blue C M Y K H S L
Decimal 175 178 157 0.02 0 0.12 0.30 68.57 0.12 0.66
Hex AF B2 9D 2 0 C 1E 45 C 42
Octal 257 262 235 2 0 14 36 105 14 102
Binary 10101111 10110010 10011101 10 0 1100 11110 1000101 1100 1000010

Color Harmonies of #AFB29D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB29D

Black with #AFB29D

Text Example


Text Example

White with #AFB29D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB29D; }

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

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

background-color css

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

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

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

border-color css

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

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

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