Html Css Color HEX #ADC46C Caper

📋 copy color: '#ADC46C'

red 173 ◦ green 196 ◦ blue 108

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

Shades of Caper #ADC46C

Tints of Caper #ADC46C

RGB

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

 GREEN value IS 196 (76.95% from 255) = 41.09%

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

R = 36.27%
G = 41.09%
B = 22.64%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.45

 K value IS 0.23

RGB Variations

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

Color information

#ADC46C (or 0xADC46C) is known color: Caper. HEX triplet: AD, C4 and 6C. RGB value is (173,196,108). Sum of RGB (Red+Green+Blue) = 173+196+108=477 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.27% from 477); Green value is 196 (76.95% from 255 or 41.09% from 477); Blue value is 108 (42.58% from 255 or 22.64% from 477); Max value from RGB is 196 - color contains mainly: green. Hex color #ADC46C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC46C is #523B93. Grayscale: #B3B3B3. Windows color (decimal): -5389204 or 7128237. OLE color: 7128237.

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

Color convert

RGB 173 196 108 -
CMYK 0.12 0 0.45 0.23
HSL 75.68º 0.43% 0.6% -
HSV(B) 75.68º 0.45% 0.77% -
XYZ 39.68 49.45 21.64 -
YUV 179.09 87.88 123.66 -
System Red Green Blue C M Y K H S L
Decimal 173 196 108 0.12 0 0.45 0.23 75.68 0.43 0.6
Hex AD C4 6C C 0 2D 17 4C 2B 3C
Octal 255 304 154 14 0 55 27 114 53 74
Binary 10101101 11000100 1101100 1100 0 101101 10111 1001100 101011 111100

Color Harmonies of #ADC46C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC46C

Black with #ADC46C

Text Example


Text Example

White with #ADC46C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC46C; }

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

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

background-color css

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

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

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

border-color css

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

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

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