#ADC97B

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

Shades of Caper #ADC97B

Tints of Caper #ADC97B

Color information

#ADC97B (or 0xADC97B) is unknown color: approx Caper. HEX triplet: AD, C9 and 7B. RGB value is (173,201,123). Sum of RGB (Red+Green+Blue) = 173+201+123=497 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.81% from 497); Green value is 201 (78.91% from 255 or 40.44% from 497); Blue value is 123 (48.44% from 255 or 24.75% from 497); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC97B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC97B is #523684. Grayscale: #B8B8B8. Windows color (decimal): -5387909 or 8112557. OLE color: 8112557.

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

Color convert

RGB173201123-
CMYK0.1400.390.21
HSL81.54º41.94%63.53%-
HSV(B)81.54º38.81%78.82%-
XYZ41.752.0926.6-
YUV183.7493.72120.34-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.81%
GREEN value IS 201 (78.91% from 255) = 40.44%
BLUE value IS 123 (48.44% from 255) = 24.75%
R=34.81%
G=40.44%
B=24.75%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1732011230.1400.390.2181.5441.9463.53
HexADC97BE02715522a40
Octal255311173160472512252100
Binary10101101110010011111011111001001111010110100101010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC97B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC97B; }

 p { color: rgb(173,201,123); }

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

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

 a { background-color: rgb(173,201,123); }

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

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

 span { border-color: rgb(173,201,123); }

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