Html Css Color HEX #ADC085 Caper

📋 copy color: '#ADC085'

red 173 ◦ green 192 ◦ blue 133

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

Shades of Caper #ADC085

Tints of Caper #ADC085

RGB

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

 GREEN value IS 192 (75.39% from 255) = 38.55%

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

R = 34.74%
G = 38.55%
B = 26.71%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#ADC085 (or 0xADC085) is known color: Caper. HEX triplet: AD, C0 and 85. RGB value is (173,192,133). Sum of RGB (Red+Green+Blue) = 173+192+133=498 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.74% from 498); Green value is 192 (75.39% from 255 or 38.55% from 498); Blue value is 133 (52.34% from 255 or 26.71% from 498); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC085 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC085 is #523F7A. Grayscale: #B3B3B3. Windows color (decimal): -5390203 or 8765613. OLE color: 8765613.

HSL color Cylindrical-coordinate representation of color #ADC085: hue angle of 79.32º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADC085 is Cyan = 0.10, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 192 133 -
CMYK 0.10 0 0.31 0.25
HSL 79.32º 0.32% 0.64% -
HSV(B) 79.32º 0.31% 0.75% -
XYZ 40.32 48.28 29.38 -
YUV 179.59 101.71 123.3 -
System Red Green Blue C M Y K H S L
Decimal 173 192 133 0.10 0 0.31 0.25 79.32 0.32 0.64
Hex AD C0 85 A 0 1F 19 4F 20 40
Octal 255 300 205 12 0 37 31 117 40 100
Binary 10101101 11000000 10000101 1010 0 11111 11001 1001111 100000 1000000

Color Harmonies of #ADC085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC085

Black with #ADC085

Text Example


Text Example

White with #ADC085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC085; }

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

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

background-color css

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

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

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

border-color css

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

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

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