Html Css Color HEX #AFB394 Green Spring

📋 copy color: '#AFB394'

red 175 ◦ green 179 ◦ blue 148

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

Shades of Green Spring #AFB394

Tints of Green Spring #AFB394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 29.48%

R = 34.86%
G = 35.66%
B = 29.48%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.17

 K value IS 0.30

RGB Variations

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

Color information

#AFB394 (or 0xAFB394) is known color: Green Spring. HEX triplet: AF, B3 and 94. RGB value is (175,179,148). Sum of RGB (Red+Green+Blue) = 175+179+148=502 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.86% from 502); Green value is 179 (70.31% from 255 or 35.66% from 502); Blue value is 148 (58.20% from 255 or 29.48% from 502); Max value from RGB is 179 - color contains mainly: green. Hex color #AFB394 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB394 is #504C6B. Grayscale: #AEAEAE. Windows color (decimal): -5262444 or 9745327. OLE color: 9745327.

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

Color convert

RGB 175 179 148 -
CMYK 0.02 0 0.17 0.30
HSL 67.74º 0.17% 0.64% -
HSV(B) 67.74º 0.17% 0.7% -
XYZ 39.14 43.49 34.35 -
YUV 174.27 113.17 128.52 -
System Red Green Blue C M Y K H S L
Decimal 175 179 148 0.02 0 0.17 0.30 67.74 0.17 0.64
Hex AF B3 94 2 0 11 1E 44 11 40
Octal 257 263 224 2 0 21 36 104 21 100
Binary 10101111 10110011 10010100 10 0 10001 11110 1000100 10001 1000000

Color Harmonies of #AFB394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB394

Black with #AFB394

Text Example


Text Example

White with #AFB394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB394; }

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

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

background-color css

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

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

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

border-color css

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

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

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