Html Css Color HEX #ADCA7A Caper

📋 copy color: '#ADCA7A'

red 173 ◦ green 202 ◦ blue 122

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

Shades of Caper #ADCA7A

Tints of Caper #ADCA7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 24.55%

R = 34.81%
G = 40.64%
B = 24.55%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.40

 K value IS 0.21

RGB Variations

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

Color information

#ADCA7A (or 0xADCA7A) is known color: Caper. HEX triplet: AD, CA and 7A. RGB value is (173,202,122). Sum of RGB (Red+Green+Blue) = 173+202+122=497 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.81% from 497); Green value is 202 (79.30% from 255 or 40.64% from 497); Blue value is 122 (48.05% from 255 or 24.55% from 497); Max value from RGB is 202 - color contains mainly: green. Hex color #ADCA7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCA7A is #523585. Grayscale: #B8B8B8. Windows color (decimal): -5387654 or 8047277. OLE color: 8047277.

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

Color convert

RGB 173 202 122 -
CMYK 0.14 0 0.40 0.21
HSL 81.75º 0.43% 0.64% -
HSV(B) 81.75º 0.4% 0.79% -
XYZ 41.87 52.53 26.35 -
YUV 184.21 92.89 120 -
System Red Green Blue C M Y K H S L
Decimal 173 202 122 0.14 0 0.40 0.21 81.75 0.43 0.64
Hex AD CA 7A E 0 28 15 52 2B 40
Octal 255 312 172 16 0 50 25 122 53 100
Binary 10101101 11001010 1111010 1110 0 101000 10101 1010010 101011 1000000

Color Harmonies of #ADCA7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCA7A

Black with #ADCA7A

Text Example


Text Example

White with #ADCA7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCA7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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