#ADC384

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

Shades of Caper #ADC384

Tints of Caper #ADC384

Color information

#ADC384 (or 0xADC384) is unknown color: approx Caper. HEX triplet: AD, C3 and 84. RGB value is (173,195,132). Sum of RGB (Red+Green+Blue) = 173+195+132=500 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.6% from 500); Green value is 195 (76.56% from 255 or 39% from 500); Blue value is 132 (51.95% from 255 or 26.4% from 500); Max value from RGB is 195 - color contains mainly: green. Hex color #ADC384 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC384 is #523C7B. Grayscale: #B5B5B5. Windows color (decimal): -5389436 or 8700845. OLE color: 8700845.

HSL color Cylindrical-coordinate representation of color #ADC384: hue angle of 80.95º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADC384 is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB173195132-
CMYK0.1100.320.24
HSL80.95º34.43%64.12%-
HSV(B)80.95º32.31%76.47%-
XYZ40.9149.5829.24-
YUV181.24100.21122.12-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.6%
GREEN value IS 195 (76.56% from 255) = 39%
BLUE value IS 132 (51.95% from 255) = 26.4%
R=34.6%
G=39%
B=26.4%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1731951320.1100.320.2480.9534.4364.12
HexADC384B02018512240
Octal255303204130403012142100
Binary101011011100001110000100101101000001100010100011000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC384; }

 p { color: rgb(173,195,132); }

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

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

 a { background-color: rgb(173,195,132); }

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

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

 span { border-color: rgb(173,195,132); }

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