Html Css Color HEX #ADC08D Caper

📋 copy color: '#ADC08D'

red 173 ◦ green 192 ◦ blue 141

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

Shades of Caper #ADC08D

Tints of Caper #ADC08D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 27.87%

R = 34.19%
G = 37.94%
B = 27.87%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#ADC08D (or 0xADC08D) is known color: Caper. HEX triplet: AD, C0 and 8D. RGB value is (173,192,141). Sum of RGB (Red+Green+Blue) = 173+192+141=506 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.19% from 506); Green value is 192 (75.39% from 255 or 37.94% from 506); Blue value is 141 (55.47% from 255 or 27.87% from 506); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC08D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC08D is #523F72. Grayscale: #B4B4B4. Windows color (decimal): -5390195 or 9289901. OLE color: 9289901.

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

Color convert

RGB 173 192 141 -
CMYK 0.10 0 0.27 0.25
HSL 82.35º 0.29% 0.65% -
HSV(B) 82.35º 0.27% 0.75% -
XYZ 40.89 48.51 32.41 -
YUV 180.51 105.71 122.65 -
System Red Green Blue C M Y K H S L
Decimal 173 192 141 0.10 0 0.27 0.25 82.35 0.29 0.65
Hex AD C0 8D A 0 1B 19 52 1D 41
Octal 255 300 215 12 0 33 31 122 35 101
Binary 10101101 11000000 10001101 1010 0 11011 11001 1010010 11101 1000001

Color Harmonies of #ADC08D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC08D

Black with #ADC08D

Text Example


Text Example

White with #ADC08D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC08D; }

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

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

background-color css

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

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

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

border-color css

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

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

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