Html Css Color HEX #ADCA8A Caper

📋 copy color: '#ADCA8A'

red 173 ◦ green 202 ◦ blue 138

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

Shades of Caper #ADCA8A

Tints of Caper #ADCA8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 26.9%

R = 33.72%
G = 39.38%
B = 26.9%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#ADCA8A (or 0xADCA8A) is known color: Caper. HEX triplet: AD, CA and 8A. RGB value is (173,202,138). Sum of RGB (Red+Green+Blue) = 173+202+138=513 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.72% from 513); Green value is 202 (79.30% from 255 or 39.38% from 513); Blue value is 138 (54.30% from 255 or 26.90% from 513); Max value from RGB is 202 - color contains mainly: green. Hex color #ADCA8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCA8A is #523575. Grayscale: #BABABA. Windows color (decimal): -5387638 or 9095853. OLE color: 9095853.

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

Color convert

RGB 173 202 138 -
CMYK 0.14 0 0.32 0.21
HSL 87.19º 0.38% 0.67% -
HSV(B) 87.19º 0.32% 0.79% -
XYZ 42.94 52.96 32 -
YUV 186.03 100.89 118.7 -
System Red Green Blue C M Y K H S L
Decimal 173 202 138 0.14 0 0.32 0.21 87.19 0.38 0.67
Hex AD CA 8A E 0 20 15 57 26 43
Octal 255 312 212 16 0 40 25 127 46 103
Binary 10101101 11001010 10001010 1110 0 100000 10101 1010111 100110 1000011

Color Harmonies of #ADCA8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCA8A

Black with #ADCA8A

Text Example


Text Example

White with #ADCA8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCA8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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