#ADCB6F

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

Shades of Caper #ADCB6F

Tints of Caper #ADCB6F

Color information

#ADCB6F (or 0xADCB6F) is unknown color: approx Caper. HEX triplet: AD, CB and 6F. RGB value is (173,203,111). Sum of RGB (Red+Green+Blue) = 173+203+111=487 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.52% from 487); Green value is 203 (79.69% from 255 or 41.68% from 487); Blue value is 111 (43.75% from 255 or 22.79% from 487); Max value from RGB is 203 - color contains mainly: green. Hex color #ADCB6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCB6F is #523490. Grayscale: #B7B7B7. Windows color (decimal): -5387409 or 7326637. OLE color: 7326637.

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

Color convert

RGB173203111-
CMYK0.1500.450.20
HSL79.57º46.94%61.57%-
HSV(B)79.57º45.32%79.61%-
XYZ41.4652.7423.03-
YUV183.5487.06120.48-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.52%
GREEN value IS 203 (79.69% from 255) = 41.68%
BLUE value IS 111 (43.75% from 255) = 22.79%
R=35.52%
G=41.68%
B=22.79%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1732031110.1500.450.2079.5746.9461.57
HexADCB6FF02D14502f3e
Octal25531315717055241205776
Binary1010110111001011110111111110101101101001010000101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCB6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCB6F; }

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

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

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

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

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

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

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

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