Html Css Color HEX #ADC575 Caper

📋 copy color: '#ADC575'

red 173 ◦ green 197 ◦ blue 117

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

Shades of Caper #ADC575

Tints of Caper #ADC575

RGB

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

 GREEN value IS 197 (77.34% from 255) = 40.45%

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

R = 35.52%
G = 40.45%
B = 24.02%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#ADC575 (or 0xADC575) is known color: Caper. HEX triplet: AD, C5 and 75. RGB value is (173,197,117). Sum of RGB (Red+Green+Blue) = 173+197+117=487 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.52% from 487); Green value is 197 (77.34% from 255 or 40.45% from 487); Blue value is 117 (46.09% from 255 or 24.02% from 487); Max value from RGB is 197 - color contains mainly: green. Hex color #ADC575 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC575 is #523A8A. Grayscale: #B5B5B5. Windows color (decimal): -5388939 or 7718317. OLE color: 7718317.

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

Color convert

RGB 173 197 117 -
CMYK 0.12 0 0.41 0.23
HSL 78º 0.41% 0.62% -
HSV(B) 78º 0.41% 0.77% -
XYZ 40.41 50.1 24.37 -
YUV 180.7 92.05 122.5 -
System Red Green Blue C M Y K H S L
Decimal 173 197 117 0.12 0 0.41 0.23 78 0.41 0.62
Hex AD C5 75 C 0 29 17 4E 29 3E
Octal 255 305 165 14 0 51 27 116 51 76
Binary 10101101 11000101 1110101 1100 0 101001 10111 1001110 101001 111110

Color Harmonies of #ADC575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC575

Black with #ADC575

Text Example


Text Example

White with #ADC575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC575; }

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

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

background-color css

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

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

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

border-color css

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

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

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