#ADC68B

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

Shades of Caper #ADC68B

Tints of Caper #ADC68B

Color information

#ADC68B (or 0xADC68B) is unknown color: approx Caper. HEX triplet: AD, C6 and 8B. RGB value is (173,198,139). Sum of RGB (Red+Green+Blue) = 173+198+139=510 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.92% from 510); Green value is 198 (77.73% from 255 or 38.82% from 510); Blue value is 139 (54.69% from 255 or 27.25% from 510); Max value from RGB is 198 - color contains mainly: green. Hex color #ADC68B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC68B is #523974. Grayscale: #B8B8B8. Windows color (decimal): -5388661 or 9160365. OLE color: 9160365.

HSL color Cylindrical-coordinate representation of color #ADC68B: hue angle of 85.42º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADC68B is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB173198139-
CMYK0.1300.300.22
HSL85.42º34.1%66.08%-
HSV(B)85.42º29.8%77.65%-
XYZ42.0951.1432.08-
YUV183.8102.72120.3-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.92%
GREEN value IS 198 (77.73% from 255) = 38.82%
BLUE value IS 139 (54.69% from 255) = 27.25%
R=33.92%
G=38.82%
B=27.25%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1731981390.1300.300.2285.4234.166.08
HexADC68BD01E16552242
Octal255306213150362612542102
Binary10101101110001101000101111010111101011010101011000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC68B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC68B; }

 p { color: rgb(173,198,139); }

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

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

 a { background-color: rgb(173,198,139); }

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

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

 span { border-color: rgb(173,198,139); }

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