Html Css Color HEX #AFB19C Green Spring

📋 copy color: '#AFB19C'

red 175 ◦ green 177 ◦ blue 156

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

Shades of Green Spring #AFB19C

Tints of Green Spring #AFB19C

RGB

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

 GREEN value IS 177 (69.53% from 255) = 34.84%

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

R = 34.45%
G = 34.84%
B = 30.71%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#AFB19C (or 0xAFB19C) is known color: Green Spring. HEX triplet: AF, B1 and 9C. RGB value is (175,177,156). Sum of RGB (Red+Green+Blue) = 175+177+156=508 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.45% from 508); Green value is 177 (69.53% from 255 or 34.84% from 508); Blue value is 156 (61.33% from 255 or 30.71% from 508); Max value from RGB is 177 - color contains mainly: green. Hex color #AFB19C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFB19C is #504E63. Grayscale: #AEAEAE. Windows color (decimal): -5262948 or 10269103. OLE color: 10269103.

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

Color convert

RGB 175 177 156 -
CMYK 0.01 0 0.12 0.31
HSL 65.71º 0.12% 0.65% -
HSV(B) 65.71º 0.12% 0.69% -
XYZ 39.4 42.96 37.67 -
YUV 174.01 117.84 128.71 -
System Red Green Blue C M Y K H S L
Decimal 175 177 156 0.01 0 0.12 0.31 65.71 0.12 0.65
Hex AF B1 9C 1 0 C 1F 42 C 41
Octal 257 261 234 1 0 14 37 102 14 101
Binary 10101111 10110001 10011100 1 0 1100 11111 1000010 1100 1000001

Color Harmonies of #AFB19C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB19C

Black with #AFB19C

Text Example


Text Example

White with #AFB19C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB19C; }

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

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

background-color css

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

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

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

border-color css

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

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

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