Html Css Color HEX #ADCD81 Caper

📋 copy color: '#ADCD81'

red 173 ◦ green 205 ◦ blue 129

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

Shades of Caper #ADCD81

Tints of Caper #ADCD81

RGB

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

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

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

R = 34.12%
G = 40.43%
B = 25.44%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.37

 K value IS 0.20

RGB Variations

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

Color information

#ADCD81 (or 0xADCD81) is known color: Caper. HEX triplet: AD, CD and 81. RGB value is (173,205,129). Sum of RGB (Red+Green+Blue) = 173+205+129=507 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.12% from 507); Green value is 205 (80.47% from 255 or 40.43% from 507); Blue value is 129 (50.78% from 255 or 25.44% from 507); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCD81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCD81 is #52327E. Grayscale: #BBBBBB. Windows color (decimal): -5386879 or 8506797. OLE color: 8506797.

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

Color convert

RGB 173 205 129 -
CMYK 0.16 0 0.37 0.20
HSL 85.26º 0.43% 0.65% -
HSV(B) 85.26º 0.37% 0.8% -
XYZ 43.03 54.13 28.95 -
YUV 186.77 95.4 118.18 -
System Red Green Blue C M Y K H S L
Decimal 173 205 129 0.16 0 0.37 0.20 85.26 0.43 0.65
Hex AD CD 81 10 0 25 14 55 2B 41
Octal 255 315 201 20 0 45 24 125 53 101
Binary 10101101 11001101 10000001 10000 0 100101 10100 1010101 101011 1000001

Color Harmonies of #ADCD81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCD81

Black with #ADCD81

Text Example


Text Example

White with #ADCD81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCD81; }

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

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

background-color css

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

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

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

border-color css

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

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

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