Html Css Color HEX #AFB396 Green Spring

📋 copy color: '#AFB396'

red 175 ◦ green 179 ◦ blue 150

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

Shades of Green Spring #AFB396

Tints of Green Spring #AFB396

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 29.76%

R = 34.72%
G = 35.52%
B = 29.76%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.16

 K value IS 0.30

RGB Variations

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

Color information

#AFB396 (or 0xAFB396) is known color: Green Spring. HEX triplet: AF, B3 and 96. RGB value is (175,179,150). Sum of RGB (Red+Green+Blue) = 175+179+150=504 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.72% from 504); Green value is 179 (70.31% from 255 or 35.52% from 504); Blue value is 150 (58.98% from 255 or 29.76% from 504); Max value from RGB is 179 - color contains mainly: green. Hex color #AFB396 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB396 is #504C69. Grayscale: #AEAEAE. Windows color (decimal): -5262442 or 9876399. OLE color: 9876399.

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

Color convert

RGB 175 179 150 -
CMYK 0.02 0 0.16 0.30
HSL 68.28º 0.16% 0.65% -
HSV(B) 68.28º 0.16% 0.7% -
XYZ 39.3 43.56 35.19 -
YUV 174.5 114.17 128.36 -
System Red Green Blue C M Y K H S L
Decimal 175 179 150 0.02 0 0.16 0.30 68.28 0.16 0.65
Hex AF B3 96 2 0 10 1E 44 10 41
Octal 257 263 226 2 0 20 36 104 20 101
Binary 10101111 10110011 10010110 10 0 10000 11110 1000100 10000 1000001

Color Harmonies of #AFB396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB396

Black with #AFB396

Text Example


Text Example

White with #AFB396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB396; }

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

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

background-color css

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

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

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

border-color css

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

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

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