Html Css Color HEX #AFB399 Green Spring

📋 copy color: '#AFB399'

red 175 ◦ green 179 ◦ blue 153

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

Shades of Green Spring #AFB399

Tints of Green Spring #AFB399

RGB

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

 GREEN value IS 179 (70.31% from 255) = 35.31%

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

R = 34.52%
G = 35.31%
B = 30.18%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.15

 K value IS 0.30

RGB Variations

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

Color information

#AFB399 (or 0xAFB399) is known color: Green Spring. HEX triplet: AF, B3 and 99. RGB value is (175,179,153). Sum of RGB (Red+Green+Blue) = 175+179+153=507 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.52% from 507); Green value is 179 (70.31% from 255 or 35.31% from 507); Blue value is 153 (60.16% from 255 or 30.18% from 507); Max value from RGB is 179 - color contains mainly: green. Hex color #AFB399 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB399 is #504C66. Grayscale: #AEAEAE. Windows color (decimal): -5262439 or 10073007. OLE color: 10073007.

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

Color convert

RGB 175 179 153 -
CMYK 0.02 0 0.15 0.30
HSL 69.23º 0.15% 0.65% -
HSV(B) 69.23º 0.15% 0.7% -
XYZ 39.55 43.65 36.48 -
YUV 174.84 115.67 128.11 -
System Red Green Blue C M Y K H S L
Decimal 175 179 153 0.02 0 0.15 0.30 69.23 0.15 0.65
Hex AF B3 99 2 0 F 1E 45 F 41
Octal 257 263 231 2 0 17 36 105 17 101
Binary 10101111 10110011 10011001 10 0 1111 11110 1000101 1111 1000001

Color Harmonies of #AFB399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB399

Black with #AFB399

Text Example


Text Example

White with #AFB399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB399; }

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

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

background-color css

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

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

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

border-color css

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

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

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