Html Css Color HEX #ABC962 Wild Willow

📋 copy color: '#ABC962'

red 171 ◦ green 201 ◦ blue 98

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

Shades of Wild Willow #ABC962

Tints of Wild Willow #ABC962

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 20.85%

R = 36.38%
G = 42.77%
B = 20.85%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#ABC962 (or 0xABC962) is known color: Wild Willow. HEX triplet: AB, C9 and 62. RGB value is (171,201,98). Sum of RGB (Red+Green+Blue) = 171+201+98=470 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.38% from 470); Green value is 201 (78.91% from 255 or 42.77% from 470); Blue value is 98 (38.67% from 255 or 20.85% from 470); Max value from RGB is 201 - color contains mainly: green. Hex color #ABC962 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC962 is #54369D. Grayscale: #B4B4B4. Windows color (decimal): -5519006 or 6474155. OLE color: 6474155.

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

Color convert

RGB 171 201 98 -
CMYK 0.15 0 0.51 0.21
HSL 77.48º 0.49% 0.59% -
HSV(B) 77.48º 0.51% 0.79% -
XYZ 39.89 51.31 19.36 -
YUV 180.29 81.56 121.38 -
System Red Green Blue C M Y K H S L
Decimal 171 201 98 0.15 0 0.51 0.21 77.48 0.49 0.59
Hex AB C9 62 F 0 33 15 4D 31 3B
Octal 253 311 142 17 0 63 25 115 61 73
Binary 10101011 11001001 1100010 1111 0 110011 10101 1001101 110001 111011

Color Harmonies of #ABC962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC962

Black with #ABC962

Text Example


Text Example

White with #ABC962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC962; }

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

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

background-color css

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

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

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

border-color css

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

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

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