#ADC28B

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

Shades of Caper #ADC28B

Tints of Caper #ADC28B

Color information

#ADC28B (or 0xADC28B) is unknown color: approx Caper. HEX triplet: AD, C2 and 8B. RGB value is (173,194,139). Sum of RGB (Red+Green+Blue) = 173+194+139=506 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.19% from 506); Green value is 194 (76.17% from 255 or 38.34% from 506); Blue value is 139 (54.69% from 255 or 27.47% from 506); Max value from RGB is 194 - color contains mainly: green. Hex color #ADC28B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC28B is #523D74. Grayscale: #B5B5B5. Windows color (decimal): -5389685 or 9159341. OLE color: 9159341.

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

Color convert

RGB173194139-
CMYK0.1100.280.24
HSL82.91º31.07%65.29%-
HSV(B)82.91º28.35%76.08%-
XYZ41.1949.3331.78-
YUV181.45104.04121.97-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.19%
GREEN value IS 194 (76.17% from 255) = 38.34%
BLUE value IS 139 (54.69% from 255) = 27.47%
R=34.19%
G=38.34%
B=27.47%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1731941390.1100.280.2482.9131.0765.29
HexADC28BB01C18531f41
Octal255302213130343012337101
Binary1010110111000010100010111011011100110001010011111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC28B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC28B; }

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

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

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

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

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

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

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

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