Html Css Color HEX #AFB499 Green Spring

📋 copy color: '#AFB499'

red 175 ◦ green 180 ◦ blue 153

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

Shades of Green Spring #AFB499

Tints of Green Spring #AFB499

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 30.12%

R = 34.45%
G = 35.43%
B = 30.12%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#AFB499 (or 0xAFB499) is known color: Green Spring. HEX triplet: AF, B4 and 99. RGB value is (175,180,153). Sum of RGB (Red+Green+Blue) = 175+180+153=508 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.45% from 508); Green value is 180 (70.70% from 255 or 35.43% from 508); Blue value is 153 (60.16% from 255 or 30.12% from 508); Max value from RGB is 180 - color contains mainly: green. Hex color #AFB499 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB499 is #504B66. Grayscale: #AFAFAF. Windows color (decimal): -5262183 or 10073263. OLE color: 10073263.

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

Color convert

RGB 175 180 153 -
CMYK 0.03 0 0.15 0.29
HSL 71.11º 0.15% 0.65% -
HSV(B) 71.11º 0.15% 0.71% -
XYZ 39.75 44.06 36.55 -
YUV 175.43 115.34 127.7 -
System Red Green Blue C M Y K H S L
Decimal 175 180 153 0.03 0 0.15 0.29 71.11 0.15 0.65
Hex AF B4 99 3 0 F 1D 47 F 41
Octal 257 264 231 3 0 17 35 107 17 101
Binary 10101111 10110100 10011001 11 0 1111 11101 1000111 1111 1000001

Color Harmonies of #AFB499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB499

Black with #AFB499

Text Example


Text Example

White with #AFB499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB499; }

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

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

background-color css

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

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

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

border-color css

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

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

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