Html Css Color HEX #ADCD73 Caper

📋 copy color: '#ADCD73'

red 173 ◦ green 205 ◦ blue 115

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

Shades of Caper #ADCD73

Tints of Caper #ADCD73

RGB

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

 GREEN value IS 205 (80.47% from 255) = 41.58%

 BLUE value IS 115 (45.31% from 255) = 23.33%

R = 35.09%
G = 41.58%
B = 23.33%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#ADCD73 (or 0xADCD73) is known color: Caper. HEX triplet: AD, CD and 73. RGB value is (173,205,115). Sum of RGB (Red+Green+Blue) = 173+205+115=493 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.09% from 493); Green value is 205 (80.47% from 255 or 41.58% from 493); Blue value is 115 (45.31% from 255 or 23.33% from 493); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCD73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCD73 is #52328C. Grayscale: #B9B9B9. Windows color (decimal): -5386893 or 7589293. OLE color: 7589293.

HSL color Cylindrical-coordinate representation of color #ADCD73: hue angle of 81.33º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ADCD73 is Cyan = 0.16, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.20.

Color convert

RGB 173 205 115 -
CMYK 0.16 0 0.44 0.20
HSL 81.33º 0.47% 0.63% -
HSV(B) 81.33º 0.44% 0.8% -
XYZ 42.16 53.78 24.38 -
YUV 185.17 88.4 119.32 -
System Red Green Blue C M Y K H S L
Decimal 173 205 115 0.16 0 0.44 0.20 81.33 0.47 0.63
Hex AD CD 73 10 0 2C 14 51 2F 3F
Octal 255 315 163 20 0 54 24 121 57 77
Binary 10101101 11001101 1110011 10000 0 101100 10100 1010001 101111 111111

Color Harmonies of #ADCD73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCD73

Black with #ADCD73

Text Example


Text Example

White with #ADCD73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCD73; }

 p { color: rgb(173,205,115); }

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

background-color css

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

 a { background-color: rgb(173,205,115); }

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

border-color css

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

 span { border-color: rgb(173,205,115); }

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