#ADC48B

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

Shades of Caper #ADC48B

Tints of Caper #ADC48B

Color information

#ADC48B (or 0xADC48B) is unknown color: approx Caper. HEX triplet: AD, C4 and 8B. RGB value is (173,196,139). Sum of RGB (Red+Green+Blue) = 173+196+139=508 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.06% from 508); Green value is 196 (76.95% from 255 or 38.58% from 508); Blue value is 139 (54.69% from 255 or 27.36% from 508); Max value from RGB is 196 - color contains mainly: green. Hex color #ADC48B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC48B is #523B74. Grayscale: #B6B6B6. Windows color (decimal): -5389173 or 9159853. OLE color: 9159853.

HSL color Cylindrical-coordinate representation of color #ADC48B: hue angle of 84.21º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADC48B is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.23.

Color convert

RGB173196139-
CMYK0.1200.290.23
HSL84.21º32.57%65.69%-
HSV(B)84.21º29.08%76.86%-
XYZ41.6350.2331.93-
YUV182.62103.38121.13-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.06%
GREEN value IS 196 (76.95% from 255) = 38.58%
BLUE value IS 139 (54.69% from 255) = 27.36%
R=34.06%
G=38.58%
B=27.36%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1731961390.1200.290.2384.2132.5765.69
HexADC48BC01D17542142
Octal255304213140352712441102
Binary10101101110001001000101111000111011011110101001000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC48B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC48B; }

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

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

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

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

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

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

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

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