#ADC07B

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

Shades of Caper #ADC07B

Tints of Caper #ADC07B

Color information

#ADC07B (or 0xADC07B) is unknown color: approx Caper. HEX triplet: AD, C0 and 7B. RGB value is (173,192,123). Sum of RGB (Red+Green+Blue) = 173+192+123=488 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.45% from 488); Green value is 192 (75.39% from 255 or 39.34% from 488); Blue value is 123 (48.44% from 255 or 25.20% from 488); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC07B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC07B is #523F84. Grayscale: #B2B2B2. Windows color (decimal): -5390213 or 8110253. OLE color: 8110253.

HSL color Cylindrical-coordinate representation of color #ADC07B: hue angle of 76.52º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ADC07B is Cyan = 0.10, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB173192123-
CMYK0.1000.360.25
HSL76.52º35.38%61.76%-
HSV(B)76.52º35.94%75.29%-
XYZ39.6648.0125.92-
YUV178.4596.71124.11-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.45%
GREEN value IS 192 (75.39% from 255) = 39.34%
BLUE value IS 123 (48.44% from 255) = 25.20%
R=35.45%
G=39.34%
B=25.20%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1731921230.1000.360.2576.5235.3861.76
HexADC07BA024194d233e
Octal25530017312044311154376
Binary1010110111000000111101110100100100110011001101100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC07B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC07B; }

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

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

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

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

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

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

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

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