Html Css Color HEX #ADCA7D Caper

📋 copy color: '#ADCA7D'

red 173 ◦ green 202 ◦ blue 125

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

Shades of Caper #ADCA7D

Tints of Caper #ADCA7D

RGB

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

 GREEN value IS 202 (79.3% from 255) = 40.4%

 BLUE value IS 125 (49.22% from 255) = 25%

R = 34.6%
G = 40.4%
B = 25%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#ADCA7D (or 0xADCA7D) is known color: Caper. HEX triplet: AD, CA and 7D. RGB value is (173,202,125). Sum of RGB (Red+Green+Blue) = 173+202+125=500 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.6% from 500); Green value is 202 (79.30% from 255 or 40.4% from 500); Blue value is 125 (49.22% from 255 or 25% from 500); Max value from RGB is 202 - color contains mainly: green. Hex color #ADCA7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCA7D is #523582. Grayscale: #B8B8B8. Windows color (decimal): -5387651 or 8243885. OLE color: 8243885.

HSL color Cylindrical-coordinate representation of color #ADCA7D: hue angle of 82.6º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ADCA7D is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.

Color convert

RGB 173 202 125 -
CMYK 0.14 0 0.38 0.21
HSL 82.6º 0.42% 0.64% -
HSV(B) 82.6º 0.38% 0.79% -
XYZ 42.06 52.61 27.34 -
YUV 184.55 94.39 119.76 -
System Red Green Blue C M Y K H S L
Decimal 173 202 125 0.14 0 0.38 0.21 82.6 0.42 0.64
Hex AD CA 7D E 0 26 15 53 2A 40
Octal 255 312 175 16 0 46 25 123 52 100
Binary 10101101 11001010 1111101 1110 0 100110 10101 1010011 101010 1000000

Color Harmonies of #ADCA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCA7D

Black with #ADCA7D

Text Example


Text Example

White with #ADCA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCA7D; }

 p { color: rgb(173,202,125); }

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

background-color css

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

 a { background-color: rgb(173,202,125); }

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

border-color css

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

 span { border-color: rgb(173,202,125); }

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