Html Css Color HEX #ADC084 Caper

📋 copy color: '#ADC084'

red 173 ◦ green 192 ◦ blue 132

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

Shades of Caper #ADC084

Tints of Caper #ADC084

RGB

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

 GREEN value IS 192 (75.39% from 255) = 38.63%

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

R = 34.81%
G = 38.63%
B = 26.56%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#ADC084 (or 0xADC084) is known color: Caper. HEX triplet: AD, C0 and 84. RGB value is (173,192,132). Sum of RGB (Red+Green+Blue) = 173+192+132=497 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.81% from 497); Green value is 192 (75.39% from 255 or 38.63% from 497); Blue value is 132 (51.95% from 255 or 26.56% from 497); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC084 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC084 is #523F7B. Grayscale: #B3B3B3. Windows color (decimal): -5390204 or 8700077. OLE color: 8700077.

HSL color Cylindrical-coordinate representation of color #ADC084: hue angle of 79º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADC084 is Cyan = 0.10, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 192 132 -
CMYK 0.10 0 0.31 0.25
HSL 79º 0.32% 0.64% -
HSV(B) 79º 0.31% 0.75% -
XYZ 40.25 48.25 29.02 -
YUV 179.48 101.21 123.38 -
System Red Green Blue C M Y K H S L
Decimal 173 192 132 0.10 0 0.31 0.25 79 0.32 0.64
Hex AD C0 84 A 0 1F 19 4F 20 40
Octal 255 300 204 12 0 37 31 117 40 100
Binary 10101101 11000000 10000100 1010 0 11111 11001 1001111 100000 1000000

Color Harmonies of #ADC084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC084

Black with #ADC084

Text Example


Text Example

White with #ADC084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC084; }

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

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

background-color css

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

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

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

border-color css

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

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

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