Html Css Color HEX #ADCB86 Caper

📋 copy color: '#ADCB86'

red 173 ◦ green 203 ◦ blue 134

#ADCB86
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Caper #ADCB86

Tints of Caper #ADCB86

RGB

 RED value IS 173 (67.97% from 255) = 33.92%

 GREEN value IS 203 (79.69% from 255) = 39.8%

 BLUE value IS 134 (52.73% from 255) = 26.27%

R = 33.92%
G = 39.8%
B = 26.27%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.34

 K value IS 0.20

RGB Variations

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

Color information

#ADCB86 (or 0xADCB86) is known color: Caper. HEX triplet: AD, CB and 86. RGB value is (173,203,134). Sum of RGB (Red+Green+Blue) = 173+203+134=510 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.92% from 510); Green value is 203 (79.69% from 255 or 39.80% from 510); Blue value is 134 (52.73% from 255 or 26.27% from 510); Max value from RGB is 203 - color contains mainly: green. Hex color #ADCB86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCB86 is #523479. Grayscale: #BABABA. Windows color (decimal): -5387386 or 8833965. OLE color: 8833965.

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

Color convert

RGB 173 203 134 -
CMYK 0.15 0 0.34 0.20
HSL 86.09º 0.4% 0.66% -
HSV(B) 86.09º 0.34% 0.8% -
XYZ 42.89 53.32 30.58 -
YUV 186.16 98.56 118.61 -
System Red Green Blue C M Y K H S L
Decimal 173 203 134 0.15 0 0.34 0.20 86.09 0.4 0.66
Hex AD CB 86 F 0 22 14 56 28 42
Octal 255 313 206 17 0 42 24 126 50 102
Binary 10101101 11001011 10000110 1111 0 100010 10100 1010110 101000 1000010

Color Harmonies of #ADCB86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCB86

Black with #ADCB86

Text Example


Text Example

White with #ADCB86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCB86; }

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

 H1.HeaderClassName
 {
   color: #ADCB86;
 }
 .AnyTagClassName
 {
   color: #ADCB86;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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