Html Css Color HEX #ADCA81 Caper

📋 copy color: '#ADCA81'

red 173 ◦ green 202 ◦ blue 129

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

Shades of Caper #ADCA81

Tints of Caper #ADCA81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 25.6%

R = 34.33%
G = 40.08%
B = 25.6%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.36

 K value IS 0.21

RGB Variations

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

Color information

#ADCA81 (or 0xADCA81) is known color: Caper. HEX triplet: AD, CA and 81. RGB value is (173,202,129). Sum of RGB (Red+Green+Blue) = 173+202+129=504 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.33% from 504); Green value is 202 (79.30% from 255 or 40.08% from 504); Blue value is 129 (50.78% from 255 or 25.60% from 504); Max value from RGB is 202 - color contains mainly: green. Hex color #ADCA81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCA81 is #52357E. Grayscale: #B9B9B9. Windows color (decimal): -5387647 or 8506029. OLE color: 8506029.

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

Color convert

RGB 173 202 129 -
CMYK 0.14 0 0.36 0.21
HSL 83.84º 0.41% 0.65% -
HSV(B) 83.84º 0.36% 0.79% -
XYZ 42.32 52.71 28.71 -
YUV 185.01 96.39 119.44 -
System Red Green Blue C M Y K H S L
Decimal 173 202 129 0.14 0 0.36 0.21 83.84 0.41 0.65
Hex AD CA 81 E 0 24 15 54 29 41
Octal 255 312 201 16 0 44 25 124 51 101
Binary 10101101 11001010 10000001 1110 0 100100 10101 1010100 101001 1000001

Color Harmonies of #ADCA81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCA81

Black with #ADCA81

Text Example


Text Example

White with #ADCA81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCA81; }

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

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

background-color css

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

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

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

border-color css

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

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

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