#ADC283

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

Shades of Caper #ADC283

Tints of Caper #ADC283

Color information

#ADC283 (or 0xADC283) is unknown color: approx Caper. HEX triplet: AD, C2 and 83. RGB value is (173,194,131). Sum of RGB (Red+Green+Blue) = 173+194+131=498 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.74% from 498); Green value is 194 (76.17% from 255 or 38.96% from 498); Blue value is 131 (51.56% from 255 or 26.31% from 498); Max value from RGB is 194 - color contains mainly: green. Hex color #ADC283 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC283 is #523D7C. Grayscale: #B4B4B4. Windows color (decimal): -5389693 or 8635053. OLE color: 8635053.

HSL color Cylindrical-coordinate representation of color #ADC283: hue angle of 80º 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 #ADC283 is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB173194131-
CMYK0.1100.320.24
HSL80º34.05%63.73%-
HSV(B)80º32.47%76.08%-
XYZ40.6249.1128.81-
YUV180.54100.04122.62-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.74%
GREEN value IS 194 (76.17% from 255) = 38.96%
BLUE value IS 131 (51.56% from 255) = 26.31%
R=34.74%
G=38.96%
B=26.31%

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
Decimal1731941310.1100.320.248034.0563.73
HexADC283B02018502240
Octal255302203130403012042100
Binary101011011100001010000011101101000001100010100001000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC283; }

 p { color: rgb(173,194,131); }

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

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

 a { background-color: rgb(173,194,131); }

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

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

 span { border-color: rgb(173,194,131); }

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