Html Css Color HEX #ADCC84 Caper

📋 copy color: '#ADCC84'

red 173 ◦ green 204 ◦ blue 132

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

Shades of Caper #ADCC84

Tints of Caper #ADCC84

RGB

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

 GREEN value IS 204 (80.08% from 255) = 40.08%

 BLUE value IS 132 (51.95% from 255) = 25.93%

R = 33.99%
G = 40.08%
B = 25.93%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.35

 K value IS 0.2

RGB Variations

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

Color information

#ADCC84 (or 0xADCC84) is known color: Caper. HEX triplet: AD, CC and 84. RGB value is (173,204,132). Sum of RGB (Red+Green+Blue) = 173+204+132=509 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.99% from 509); Green value is 204 (80.08% from 255 or 40.08% from 509); Blue value is 132 (51.95% from 255 or 25.93% from 509); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCC84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCC84 is #52337B. Grayscale: #BABABA. Windows color (decimal): -5387132 or 8703149. OLE color: 8703149.

HSL color Cylindrical-coordinate representation of color #ADCC84: hue angle of 85.83º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ADCC84 is Cyan = 0.15, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.2.

Color convert

RGB 173 204 132 -
CMYK 0.15 0 0.35 0.2
HSL 85.83º 0.41% 0.66% -
HSV(B) 85.83º 0.35% 0.8% -
XYZ 42.99 53.74 29.94 -
YUV 186.52 97.23 118.35 -
System Red Green Blue C M Y K H S L
Decimal 173 204 132 0.15 0 0.35 0.2 85.83 0.41 0.66
Hex AD CC 84 F 0 23 14 56 29 42
Octal 255 314 204 17 0 43 24 126 51 102
Binary 10101101 11001100 10000100 1111 0 100011 10100 1010110 101001 1000010

Color Harmonies of #ADCC84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCC84

Black with #ADCC84

Text Example


Text Example

White with #ADCC84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCC84; }

 p { color: rgb(173,204,132); }

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

background-color css

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

 a { background-color: rgb(173,204,132); }

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

border-color css

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

 span { border-color: rgb(173,204,132); }

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