#ADCA88

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

Shades of Caper #ADCA88

Tints of Caper #ADCA88

Color information

#ADCA88 (or 0xADCA88) is unknown color: approx Caper. HEX triplet: AD, CA and 88. RGB value is (173,202,136). Sum of RGB (Red+Green+Blue) = 173+202+136=511 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.86% from 511); Green value is 202 (79.30% from 255 or 39.53% from 511); Blue value is 136 (53.52% from 255 or 26.61% from 511); Max value from RGB is 202 - color contains mainly: green. Hex color #ADCA88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCA88 is #523577. Grayscale: #BABABA. Windows color (decimal): -5387640 or 8964781. OLE color: 8964781.

HSL color Cylindrical-coordinate representation of color #ADCA88: hue angle of 86.36º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ADCA88 is Cyan = 0.14, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.21.

Color convert

RGB173202136-
CMYK0.1400.330.21
HSL86.36º38.37%66.27%-
HSV(B)86.36º32.67%79.22%-
XYZ42.852.931.25-
YUV185.899.89118.87-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.86%
GREEN value IS 202 (79.30% from 255) = 39.53%
BLUE value IS 136 (53.52% from 255) = 26.61%
R=33.86%
G=39.53%
B=26.61%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1732021360.1400.330.2186.3638.3766.27
HexADCA88E02115562642
Octal255312210160412512646102
Binary101011011100101010001000111001000011010110101101001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCA88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCA88; }

 p { color: rgb(173,202,136); }

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

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

 a { background-color: rgb(173,202,136); }

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

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

 span { border-color: rgb(173,202,136); }

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