Html Css Color HEX #AFB794 Green Spring

📋 copy color: '#AFB794'

red 175 ◦ green 183 ◦ blue 148

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

Shades of Green Spring #AFB794

Tints of Green Spring #AFB794

RGB

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

 GREEN value IS 183 (71.88% from 255) = 36.17%

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

R = 34.58%
G = 36.17%
B = 29.25%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.19

 K value IS 0.28

RGB Variations

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

Color information

#AFB794 (or 0xAFB794) is known color: Green Spring. HEX triplet: AF, B7 and 94. RGB value is (175,183,148). Sum of RGB (Red+Green+Blue) = 175+183+148=506 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.58% from 506); Green value is 183 (71.88% from 255 or 36.17% from 506); Blue value is 148 (58.20% from 255 or 29.25% from 506); Max value from RGB is 183 - color contains mainly: green. Hex color #AFB794 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB794 is #50486B. Grayscale: #B0B0B0. Windows color (decimal): -5261420 or 9746351. OLE color: 9746351.

HSL color Cylindrical-coordinate representation of color #AFB794: hue angle of 73.71º degrees, saturation: 0.2, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AFB794 is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.28.

Color convert

RGB 175 183 148 -
CMYK 0.04 0 0.19 0.28
HSL 73.71º 0.2% 0.65% -
HSV(B) 73.71º 0.19% 0.72% -
XYZ 39.96 45.12 34.62 -
YUV 176.62 111.85 126.85 -
System Red Green Blue C M Y K H S L
Decimal 175 183 148 0.04 0 0.19 0.28 73.71 0.2 0.65
Hex AF B7 94 4 0 13 1C 4A 14 41
Octal 257 267 224 4 0 23 34 112 24 101
Binary 10101111 10110111 10010100 100 0 10011 11100 1001010 10100 1000001

Color Harmonies of #AFB794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB794

Black with #AFB794

Text Example


Text Example

White with #AFB794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB794; }

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

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

background-color css

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

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

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

border-color css

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

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

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