Html Css Color HEX #AFB49A Green Spring

📋 copy color: '#AFB49A'

red 175 ◦ green 180 ◦ blue 154

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

Shades of Green Spring #AFB49A

Tints of Green Spring #AFB49A

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.36%

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

R = 34.38%
G = 35.36%
B = 30.26%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#AFB49A (or 0xAFB49A) is known color: Green Spring. HEX triplet: AF, B4 and 9A. RGB value is (175,180,154). Sum of RGB (Red+Green+Blue) = 175+180+154=509 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.38% from 509); Green value is 180 (70.70% from 255 or 35.36% from 509); Blue value is 154 (60.55% from 255 or 30.26% from 509); Max value from RGB is 180 - color contains mainly: green. Hex color #AFB49A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB49A is #504B65. Grayscale: #AFAFAF. Windows color (decimal): -5262182 or 10138799. OLE color: 10138799.

HSL color Cylindrical-coordinate representation of color #AFB49A: hue angle of 71.54º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AFB49A is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB 175 180 154 -
CMYK 0.03 0 0.14 0.29
HSL 71.54º 0.15% 0.65% -
HSV(B) 71.54º 0.14% 0.71% -
XYZ 39.83 44.09 36.98 -
YUV 175.54 115.84 127.61 -
System Red Green Blue C M Y K H S L
Decimal 175 180 154 0.03 0 0.14 0.29 71.54 0.15 0.65
Hex AF B4 9A 3 0 E 1D 48 F 41
Octal 257 264 232 3 0 16 35 110 17 101
Binary 10101111 10110100 10011010 11 0 1110 11101 1001000 1111 1000001

Color Harmonies of #AFB49A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB49A

Black with #AFB49A

Text Example


Text Example

White with #AFB49A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB49A; }

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

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

background-color css

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

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

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

border-color css

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

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

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