Html Css Color HEX #ADC18D Caper

📋 copy color: '#ADC18D'

red 173 ◦ green 193 ◦ blue 141

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

Shades of Caper #ADC18D

Tints of Caper #ADC18D

RGB

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

 GREEN value IS 193 (75.78% from 255) = 38.07%

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

R = 34.12%
G = 38.07%
B = 27.81%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#ADC18D (or 0xADC18D) is known color: Caper. HEX triplet: AD, C1 and 8D. RGB value is (173,193,141). Sum of RGB (Red+Green+Blue) = 173+193+141=507 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.12% from 507); Green value is 193 (75.78% from 255 or 38.07% from 507); Blue value is 141 (55.47% from 255 or 27.81% from 507); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC18D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC18D is #523E72. Grayscale: #B5B5B5. Windows color (decimal): -5389939 or 9290157. OLE color: 9290157.

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

Color convert

RGB 173 193 141 -
CMYK 0.10 0 0.27 0.24
HSL 83.08º 0.3% 0.65% -
HSV(B) 83.08º 0.27% 0.76% -
XYZ 41.11 48.95 32.48 -
YUV 181.09 105.37 122.23 -
System Red Green Blue C M Y K H S L
Decimal 173 193 141 0.10 0 0.27 0.24 83.08 0.3 0.65
Hex AD C1 8D A 0 1B 18 53 1E 41
Octal 255 301 215 12 0 33 30 123 36 101
Binary 10101101 11000001 10001101 1010 0 11011 11000 1010011 11110 1000001

Color Harmonies of #ADC18D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC18D

Black with #ADC18D

Text Example


Text Example

White with #ADC18D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC18D; }

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

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

background-color css

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

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

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

border-color css

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

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

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