Html Css Color HEX #AFBA96 Green Spring

📋 copy color: '#AFBA96'

red 175 ◦ green 186 ◦ blue 150

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

Shades of Green Spring #AFBA96

Tints of Green Spring #AFBA96

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.4%

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

R = 34.25%
G = 36.4%
B = 29.35%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#AFBA96 (or 0xAFBA96) is known color: Green Spring. HEX triplet: AF, BA and 96. RGB value is (175,186,150). Sum of RGB (Red+Green+Blue) = 175+186+150=511 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.25% from 511); Green value is 186 (73.05% from 255 or 36.40% from 511); Blue value is 150 (58.98% from 255 or 29.35% from 511); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBA96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBA96 is #504569. Grayscale: #B2B2B2. Windows color (decimal): -5260650 or 9878191. OLE color: 9878191.

HSL color Cylindrical-coordinate representation of color #AFBA96: hue angle of 78.33º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AFBA96 is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 186 150 -
CMYK 0.06 0 0.19 0.27
HSL 78.33º 0.21% 0.66% -
HSV(B) 78.33º 0.19% 0.73% -
XYZ 40.74 46.43 35.67 -
YUV 178.61 111.86 125.43 -
System Red Green Blue C M Y K H S L
Decimal 175 186 150 0.06 0 0.19 0.27 78.33 0.21 0.66
Hex AF BA 96 6 0 13 1B 4E 15 42
Octal 257 272 226 6 0 23 33 116 25 102
Binary 10101111 10111010 10010110 110 0 10011 11011 1001110 10101 1000010

Color Harmonies of #AFBA96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBA96

Black with #AFBA96

Text Example


Text Example

White with #AFBA96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBA96; }

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

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

background-color css

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

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

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

border-color css

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

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

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