Html Css Color HEX #ADC875 Caper

📋 copy color: '#ADC875'

red 173 ◦ green 200 ◦ blue 117

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

Shades of Caper #ADC875

Tints of Caper #ADC875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 23.88%

R = 35.31%
G = 40.82%
B = 23.88%

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

#ADC875 (or 0xADC875) is known color: Caper. HEX triplet: AD, C8 and 75. RGB value is (173,200,117). Sum of RGB (Red+Green+Blue) = 173+200+117=490 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.31% from 490); Green value is 200 (78.52% from 255 or 40.82% from 490); Blue value is 117 (46.09% from 255 or 23.88% from 490); Max value from RGB is 200 - color contains mainly: green. Hex color #ADC875 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC875 is #52378A. Grayscale: #B6B6B6. Windows color (decimal): -5388171 or 7719085. OLE color: 7719085.

HSL color Cylindrical-coordinate representation of color #ADC875: hue angle of 79.52º 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 #ADC875 is Cyan = 0.14, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB 173 200 117 -
CMYK 0.14 0 0.42 0.22
HSL 79.52º 0.43% 0.62% -
HSV(B) 79.52º 0.42% 0.78% -
XYZ 41.1 51.48 24.6 -
YUV 182.47 91.05 121.25 -
System Red Green Blue C M Y K H S L
Decimal 173 200 117 0.14 0 0.42 0.22 79.52 0.43 0.62
Hex AD C8 75 E 0 2A 16 50 2B 3E
Octal 255 310 165 16 0 52 26 120 53 76
Binary 10101101 11001000 1110101 1110 0 101010 10110 1010000 101011 111110

Color Harmonies of #ADC875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC875

Black with #ADC875

Text Example


Text Example

White with #ADC875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC875; }

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

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

background-color css

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

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

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

border-color css

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

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

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