Html Css Color HEX #ADC16C Caper

📋 copy color: '#ADC16C'

red 173 ◦ green 193 ◦ blue 108

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

Shades of Caper #ADC16C

Tints of Caper #ADC16C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 22.78%

R = 36.5%
G = 40.72%
B = 22.78%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#ADC16C (or 0xADC16C) is known color: Caper. HEX triplet: AD, C1 and 6C. RGB value is (173,193,108). Sum of RGB (Red+Green+Blue) = 173+193+108=474 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.50% from 474); Green value is 193 (75.78% from 255 or 40.72% from 474); Blue value is 108 (42.58% from 255 or 22.78% from 474); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC16C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC16C is #523E93. Grayscale: #B1B1B1. Windows color (decimal): -5389972 or 7127469. OLE color: 7127469.

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

Color convert

RGB 173 193 108 -
CMYK 0.10 0 0.44 0.24
HSL 74.12º 0.41% 0.59% -
HSV(B) 74.12º 0.44% 0.76% -
XYZ 39.01 48.11 21.42 -
YUV 177.33 88.87 124.91 -
System Red Green Blue C M Y K H S L
Decimal 173 193 108 0.10 0 0.44 0.24 74.12 0.41 0.59
Hex AD C1 6C A 0 2C 18 4A 29 3B
Octal 255 301 154 12 0 54 30 112 51 73
Binary 10101101 11000001 1101100 1010 0 101100 11000 1001010 101001 111011

Color Harmonies of #ADC16C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC16C

Black with #ADC16C

Text Example


Text Example

White with #ADC16C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC16C; }

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

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

background-color css

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

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

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

border-color css

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

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

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