#ADCB75

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

Shades of Caper #ADCB75

Tints of Caper #ADCB75

Color information

#ADCB75 (or 0xADCB75) is unknown color: approx Caper. HEX triplet: AD, CB and 75. RGB value is (173,203,117). Sum of RGB (Red+Green+Blue) = 173+203+117=493 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.09% from 493); Green value is 203 (79.69% from 255 or 41.18% from 493); Blue value is 117 (46.09% from 255 or 23.73% from 493); Max value from RGB is 203 - color contains mainly: green. Hex color #ADCB75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCB75 is #52348A. Grayscale: #B8B8B8. Windows color (decimal): -5387403 or 7719853. OLE color: 7719853.

HSL color Cylindrical-coordinate representation of color #ADCB75: hue angle of 80.93º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ADCB75 is Cyan = 0.15, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB173203117-
CMYK0.1500.420.20
HSL80.93º45.26%62.75%-
HSV(B)80.93º42.36%79.61%-
XYZ41.852.8824.83-
YUV184.2390.06119.99-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.09%
GREEN value IS 203 (79.69% from 255) = 41.18%
BLUE value IS 117 (46.09% from 255) = 23.73%
R=35.09%
G=41.18%
B=23.73%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1732031170.1500.420.2080.9345.2662.75
HexADCB75F02A14512d3f
Octal25531316517052241215577
Binary1010110111001011111010111110101010101001010001101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCB75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCB75; }

 p { color: rgb(173,203,117); }

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

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

 a { background-color: rgb(173,203,117); }

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

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

 span { border-color: rgb(173,203,117); }

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