Html Css Color HEX #AFB19A Green Spring

📋 copy color: '#AFB19A'

red 175 ◦ green 177 ◦ blue 154

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

Shades of Green Spring #AFB19A

Tints of Green Spring #AFB19A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 30.43%

R = 34.58%
G = 34.98%
B = 30.43%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#AFB19A (or 0xAFB19A) is known color: Green Spring. HEX triplet: AF, B1 and 9A. RGB value is (175,177,154). Sum of RGB (Red+Green+Blue) = 175+177+154=506 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.58% from 506); Green value is 177 (69.53% from 255 or 34.98% from 506); Blue value is 154 (60.55% from 255 or 30.43% from 506); Max value from RGB is 177 - color contains mainly: green. Hex color #AFB19A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFB19A is #504E65. Grayscale: #ADADAD. Windows color (decimal): -5262950 or 10138031. OLE color: 10138031.

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

Color convert

RGB 175 177 154 -
CMYK 0.01 0 0.13 0.31
HSL 65.22º 0.13% 0.65% -
HSV(B) 65.22º 0.13% 0.69% -
XYZ 39.23 42.89 36.78 -
YUV 173.78 116.84 128.87 -
System Red Green Blue C M Y K H S L
Decimal 175 177 154 0.01 0 0.13 0.31 65.22 0.13 0.65
Hex AF B1 9A 1 0 D 1F 41 D 41
Octal 257 261 232 1 0 15 37 101 15 101
Binary 10101111 10110001 10011010 1 0 1101 11111 1000001 1101 1000001

Color Harmonies of #AFB19A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB19A

Black with #AFB19A

Text Example


Text Example

White with #AFB19A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB19A; }

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

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

background-color css

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

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

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

border-color css

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

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

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