#ADC57B

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

Shades of Caper #ADC57B

Tints of Caper #ADC57B

Color information

#ADC57B (or 0xADC57B) is unknown color: approx Caper. HEX triplet: AD, C5 and 7B. RGB value is (173,197,123). Sum of RGB (Red+Green+Blue) = 173+197+123=493 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.09% from 493); Green value is 197 (77.34% from 255 or 39.96% from 493); Blue value is 123 (48.44% from 255 or 24.95% from 493); Max value from RGB is 197 - color contains mainly: green. Hex color #ADC57B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC57B is #523A84. Grayscale: #B5B5B5. Windows color (decimal): -5388933 or 8111533. OLE color: 8111533.

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

Color convert

RGB173197123-
CMYK0.1200.380.23
HSL79.46º38.95%62.75%-
HSV(B)79.46º37.56%77.25%-
XYZ40.7750.2526.29-
YUV181.3995.05122.02-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.09%
GREEN value IS 197 (77.34% from 255) = 39.96%
BLUE value IS 123 (48.44% from 255) = 24.95%
R=35.09%
G=39.96%
B=24.95%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1731971230.1200.380.2379.4638.9562.75
HexADC57BC026174f273f
Octal25530517314046271174777
Binary1010110111000101111101111000100110101111001111100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC57B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC57B; }

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

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

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

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

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

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

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

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