#ABCB66

Color #ABCB66 Wild Willow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Willow #ABCB66

Tints of Wild Willow #ABCB66

Color information

#ABCB66 (or 0xABCB66) is unknown color: approx Wild Willow. HEX triplet: AB, CB and 66. RGB value is (171,203,102). Sum of RGB (Red+Green+Blue) = 171+203+102=476 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.92% from 476); Green value is 203 (79.69% from 255 or 42.65% from 476); Blue value is 102 (40.23% from 255 or 21.43% from 476); Max value from RGB is 203 - color contains mainly: green. Hex color #ABCB66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABCB66 is #543499. Grayscale: #B6B6B6. Windows color (decimal): -5518490 or 6736811. OLE color: 6736811.

HSL color Cylindrical-coordinate representation of color #ABCB66: hue angle of 79.01º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ABCB66 is Cyan = 0.16, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.20.

Color convert

RGB171203102-
CMYK0.1600.500.20
HSL79.01º49.27%59.8%-
HSV(B)79.01º49.75%79.61%-
XYZ40.5552.3320.53-
YUV181.9282.9120.21-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.92%
GREEN value IS 203 (79.69% from 255) = 42.65%
BLUE value IS 102 (40.23% from 255) = 21.43%
R=35.92%
G=42.65%
B=21.43%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1712031020.1600.500.2079.0149.2759.8
HexABCB6610032144f313c
Octal25331314620062241176174
Binary10101011110010111100110100000110010101001001111110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCB66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCB66; }

 p { color: rgb(171,203,102); }

 H1.HeaderClassName
 {
   color: #ABCB66;
 }
 .AnyTagClassName
 {
   color: #ABCB66;
 }
</style>
background-color css

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

 a { background-color: rgb(171,203,102); }

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

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

 span { border-color: rgb(171,203,102); }

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