Html Css Color HEX #ABC961 Wild Willow

📋 copy color: '#ABC961'

red 171 ◦ green 201 ◦ blue 97

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

Shades of Wild Willow #ABC961

Tints of Wild Willow #ABC961

RGB

 RED value IS 171 (67.19% from 255) = 36.46%

 GREEN value IS 201 (78.91% from 255) = 42.86%

 BLUE value IS 97 (38.28% from 255) = 20.68%

R = 36.46%
G = 42.86%
B = 20.68%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.52

 K value IS 0.21

RGB Variations

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

Color information

#ABC961 (or 0xABC961) is known color: Wild Willow. HEX triplet: AB, C9 and 61. RGB value is (171,201,97). Sum of RGB (Red+Green+Blue) = 171+201+97=469 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.46% from 469); Green value is 201 (78.91% from 255 or 42.86% from 469); Blue value is 97 (38.28% from 255 or 20.68% from 469); Max value from RGB is 201 - color contains mainly: green. Hex color #ABC961 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC961 is #54369E. Grayscale: #B4B4B4. Windows color (decimal): -5519007 or 6408619. OLE color: 6408619.

HSL color Cylindrical-coordinate representation of color #ABC961: hue angle of 77.31º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ABC961 is Cyan = 0.15, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.21.

Color convert

RGB 171 201 97 -
CMYK 0.15 0 0.52 0.21
HSL 77.31º 0.49% 0.58% -
HSV(B) 77.31º 0.52% 0.79% -
XYZ 39.84 51.29 19.11 -
YUV 180.17 81.06 121.46 -
System Red Green Blue C M Y K H S L
Decimal 171 201 97 0.15 0 0.52 0.21 77.31 0.49 0.58
Hex AB C9 61 F 0 34 15 4D 31 3A
Octal 253 311 141 17 0 64 25 115 61 72
Binary 10101011 11001001 1100001 1111 0 110100 10101 1001101 110001 111010

Color Harmonies of #ABC961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC961

Black with #ABC961

Text Example


Text Example

White with #ABC961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC961; }

 p { color: rgb(171,201,97); }

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

background-color css

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

 a { background-color: rgb(171,201,97); }

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

border-color css

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

 span { border-color: rgb(171,201,97); }

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