#ADC26B

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

Shades of Caper #ADC26B

Tints of Caper #ADC26B

Color information

#ADC26B (or 0xADC26B) is unknown color: approx Caper. HEX triplet: AD, C2 and 6B. RGB value is (173,194,107). Sum of RGB (Red+Green+Blue) = 173+194+107=474 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.50% from 474); Green value is 194 (76.17% from 255 or 40.93% from 474); Blue value is 107 (42.19% from 255 or 22.57% from 474); Max value from RGB is 194 - color contains mainly: green. Hex color #ADC26B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC26B is #523D94. Grayscale: #B2B2B2. Windows color (decimal): -5389717 or 7062189. OLE color: 7062189.

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

Color convert

RGB173194107-
CMYK0.1100.450.24
HSL74.48º41.63%59.02%-
HSV(B)74.48º44.85%76.08%-
XYZ39.1848.5321.21-
YUV177.888.04124.57-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.50%
GREEN value IS 194 (76.17% from 255) = 40.93%
BLUE value IS 107 (42.19% from 255) = 22.57%
R=36.50%
G=40.93%
B=22.57%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1731941070.1100.450.2474.4841.6359.02
HexADC26BB02D184a2a3b
Octal25530215313055301125273
Binary1010110111000010110101110110101101110001001010101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC26B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC26B; }

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

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

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

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

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

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

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

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