#ADCB85

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

Shades of Caper #ADCB85

Tints of Caper #ADCB85

Color information

#ADCB85 (or 0xADCB85) is unknown color: approx Caper. HEX triplet: AD, CB and 85. RGB value is (173,203,133). Sum of RGB (Red+Green+Blue) = 173+203+133=509 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.99% from 509); Green value is 203 (79.69% from 255 or 39.88% from 509); Blue value is 133 (52.34% from 255 or 26.13% from 509); Max value from RGB is 203 - color contains mainly: green. Hex color #ADCB85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCB85 is #52347A. Grayscale: #BABABA. Windows color (decimal): -5387387 or 8768429. OLE color: 8768429.

HSL color Cylindrical-coordinate representation of color #ADCB85: hue angle of 85.71º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ADCB85 is Cyan = 0.15, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.20.

Color convert

RGB173203133-
CMYK0.1500.340.20
HSL85.71º40.23%65.88%-
HSV(B)85.71º34.48%79.61%-
XYZ42.8253.2930.22-
YUV186.0598.06118.69-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.99%
GREEN value IS 203 (79.69% from 255) = 39.88%
BLUE value IS 133 (52.34% from 255) = 26.13%
R=33.99%
G=39.88%
B=26.13%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1732031330.1500.340.2085.7140.2365.88
HexADCB85F02214562842
Octal255313205170422412650102
Binary101011011100101110000101111101000101010010101101010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCB85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCB85; }

 p { color: rgb(173,203,133); }

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

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

 a { background-color: rgb(173,203,133); }

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

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

 span { border-color: rgb(173,203,133); }

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