Html Css Color HEX #ADC76C Caper

📋 copy color: '#ADC76C'

red 173 ◦ green 199 ◦ blue 108

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

Shades of Caper #ADC76C

Tints of Caper #ADC76C

RGB

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

 GREEN value IS 199 (78.13% from 255) = 41.46%

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

R = 36.04%
G = 41.46%
B = 22.5%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.46

 K value IS 0.22

RGB Variations

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

Color information

#ADC76C (or 0xADC76C) is known color: Caper. HEX triplet: AD, C7 and 6C. RGB value is (173,199,108). Sum of RGB (Red+Green+Blue) = 173+199+108=480 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.04% from 480); Green value is 199 (78.12% from 255 or 41.46% from 480); Blue value is 108 (42.58% from 255 or 22.5% from 480); Max value from RGB is 199 - color contains mainly: green. Hex color #ADC76C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC76C is #523893. Grayscale: #B5B5B5. Windows color (decimal): -5388436 or 7129005. OLE color: 7129005.

HSL color Cylindrical-coordinate representation of color #ADC76C: hue angle of 77.14º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ADC76C is Cyan = 0.13, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.

Color convert

RGB 173 199 108 -
CMYK 0.13 0 0.46 0.22
HSL 77.14º 0.45% 0.6% -
HSV(B) 77.14º 0.46% 0.78% -
XYZ 40.36 50.81 21.87 -
YUV 180.85 86.89 122.4 -
System Red Green Blue C M Y K H S L
Decimal 173 199 108 0.13 0 0.46 0.22 77.14 0.45 0.6
Hex AD C7 6C D 0 2E 16 4D 2D 3C
Octal 255 307 154 15 0 56 26 115 55 74
Binary 10101101 11000111 1101100 1101 0 101110 10110 1001101 101101 111100

Color Harmonies of #ADC76C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC76C

Black with #ADC76C

Text Example


Text Example

White with #ADC76C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC76C; }

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

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

background-color css

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

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

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

border-color css

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

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

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