Html Css Color HEX #ADC874 Caper

📋 copy color: '#ADC874'

red 173 ◦ green 200 ◦ blue 116

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

Shades of Caper #ADC874

Tints of Caper #ADC874

RGB

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

 GREEN value IS 200 (78.52% from 255) = 40.9%

 BLUE value IS 116 (45.7% from 255) = 23.72%

R = 35.38%
G = 40.9%
B = 23.72%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#ADC874 (or 0xADC874) is known color: Caper. HEX triplet: AD, C8 and 74. RGB value is (173,200,116). Sum of RGB (Red+Green+Blue) = 173+200+116=489 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.38% from 489); Green value is 200 (78.52% from 255 or 40.90% from 489); Blue value is 116 (45.70% from 255 or 23.72% from 489); Max value from RGB is 200 - color contains mainly: green. Hex color #ADC874 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC874 is #52378B. Grayscale: #B6B6B6. Windows color (decimal): -5388172 or 7653549. OLE color: 7653549.

HSL color Cylindrical-coordinate representation of color #ADC874: hue angle of 79.29º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ADC874 is Cyan = 0.14, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB 173 200 116 -
CMYK 0.14 0 0.42 0.22
HSL 79.29º 0.43% 0.62% -
HSV(B) 79.29º 0.42% 0.78% -
XYZ 41.04 51.45 24.29 -
YUV 182.35 90.55 121.33 -
System Red Green Blue C M Y K H S L
Decimal 173 200 116 0.14 0 0.42 0.22 79.29 0.43 0.62
Hex AD C8 74 E 0 2A 16 4F 2B 3E
Octal 255 310 164 16 0 52 26 117 53 76
Binary 10101101 11001000 1110100 1110 0 101010 10110 1001111 101011 111110

Color Harmonies of #ADC874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC874

Black with #ADC874

Text Example


Text Example

White with #ADC874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC874; }

 p { color: rgb(173,200,116); }

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

background-color css

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

 a { background-color: rgb(173,200,116); }

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

border-color css

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

 span { border-color: rgb(173,200,116); }

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