Html Css Color HEX #ADC676 Caper

📋 copy color: '#ADC676'

red 173 ◦ green 198 ◦ blue 118

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

Shades of Caper #ADC676

Tints of Caper #ADC676

RGB

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

 GREEN value IS 198 (77.73% from 255) = 40.49%

 BLUE value IS 118 (46.48% from 255) = 24.13%

R = 35.38%
G = 40.49%
B = 24.13%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.40

 K value IS 0.22

RGB Variations

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

Color information

#ADC676 (or 0xADC676) is known color: Caper. HEX triplet: AD, C6 and 76. RGB value is (173,198,118). Sum of RGB (Red+Green+Blue) = 173+198+118=489 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.38% from 489); Green value is 198 (77.73% from 255 or 40.49% from 489); Blue value is 118 (46.48% from 255 or 24.13% from 489); Max value from RGB is 198 - color contains mainly: green. Hex color #ADC676 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC676 is #523989. Grayscale: #B5B5B5. Windows color (decimal): -5388682 or 7784109. OLE color: 7784109.

HSL color Cylindrical-coordinate representation of color #ADC676: hue angle of 78.75º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ADC676 is Cyan = 0.13, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.22.

Color convert

RGB 173 198 118 -
CMYK 0.13 0 0.40 0.22
HSL 78.75º 0.41% 0.62% -
HSV(B) 78.75º 0.4% 0.78% -
XYZ 40.7 50.58 24.76 -
YUV 181.41 92.22 122 -
System Red Green Blue C M Y K H S L
Decimal 173 198 118 0.13 0 0.40 0.22 78.75 0.41 0.62
Hex AD C6 76 D 0 28 16 4F 29 3E
Octal 255 306 166 15 0 50 26 117 51 76
Binary 10101101 11000110 1110110 1101 0 101000 10110 1001111 101001 111110

Color Harmonies of #ADC676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC676

Black with #ADC676

Text Example


Text Example

White with #ADC676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC676; }

 p { color: rgb(173,198,118); }

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

background-color css

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

 a { background-color: rgb(173,198,118); }

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

border-color css

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

 span { border-color: rgb(173,198,118); }

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