Html Css Color HEX #ADC585 Caper

📋 copy color: '#ADC585'

red 173 ◦ green 197 ◦ blue 133

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

Shades of Caper #ADC585

Tints of Caper #ADC585

RGB

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

 GREEN value IS 197 (77.34% from 255) = 39.17%

 BLUE value IS 133 (52.34% from 255) = 26.44%

R = 34.39%
G = 39.17%
B = 26.44%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#ADC585 (or 0xADC585) is known color: Caper. HEX triplet: AD, C5 and 85. RGB value is (173,197,133). Sum of RGB (Red+Green+Blue) = 173+197+133=503 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.39% from 503); Green value is 197 (77.34% from 255 or 39.17% from 503); Blue value is 133 (52.34% from 255 or 26.44% from 503); Max value from RGB is 197 - color contains mainly: green. Hex color #ADC585 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC585 is #523A7A. Grayscale: #B6B6B6. Windows color (decimal): -5388923 or 8766893. OLE color: 8766893.

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

Color convert

RGB 173 197 133 -
CMYK 0.12 0 0.32 0.23
HSL 82.5º 0.36% 0.65% -
HSV(B) 82.5º 0.32% 0.77% -
XYZ 41.43 50.51 29.76 -
YUV 182.53 100.05 121.2 -
System Red Green Blue C M Y K H S L
Decimal 173 197 133 0.12 0 0.32 0.23 82.5 0.36 0.65
Hex AD C5 85 C 0 20 17 52 24 41
Octal 255 305 205 14 0 40 27 122 44 101
Binary 10101101 11000101 10000101 1100 0 100000 10111 1010010 100100 1000001

Color Harmonies of #ADC585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC585

Black with #ADC585

Text Example


Text Example

White with #ADC585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC585; }

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

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

background-color css

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

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

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

border-color css

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

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

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