Html Css Color HEX #ADC380 Caper

📋 copy color: '#ADC380'

red 173 ◦ green 195 ◦ blue 128

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

Shades of Caper #ADC380

Tints of Caper #ADC380

RGB

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

 GREEN value IS 195 (76.56% from 255) = 39.31%

 BLUE value IS 128 (50.39% from 255) = 25.81%

R = 34.88%
G = 39.31%
B = 25.81%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#ADC380 (or 0xADC380) is known color: Caper. HEX triplet: AD, C3 and 80. RGB value is (173,195,128). Sum of RGB (Red+Green+Blue) = 173+195+128=496 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.88% from 496); Green value is 195 (76.56% from 255 or 39.31% from 496); Blue value is 128 (50.39% from 255 or 25.81% from 496); Max value from RGB is 195 - color contains mainly: green. Hex color #ADC380 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC380 is #523C7F. Grayscale: #B5B5B5. Windows color (decimal): -5389440 or 8438701. OLE color: 8438701.

HSL color Cylindrical-coordinate representation of color #ADC380: hue angle of 79.7º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ADC380 is Cyan = 0.11, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB 173 195 128 -
CMYK 0.11 0 0.34 0.24
HSL 79.7º 0.36% 0.63% -
HSV(B) 79.7º 0.34% 0.76% -
XYZ 40.64 49.47 27.83 -
YUV 180.78 98.21 122.45 -
System Red Green Blue C M Y K H S L
Decimal 173 195 128 0.11 0 0.34 0.24 79.7 0.36 0.63
Hex AD C3 80 B 0 22 18 50 24 3F
Octal 255 303 200 13 0 42 30 120 44 77
Binary 10101101 11000011 10000000 1011 0 100010 11000 1010000 100100 111111

Color Harmonies of #ADC380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC380

Black with #ADC380

Text Example


Text Example

White with #ADC380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC380; }

 p { color: rgb(173,195,128); }

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

background-color css

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

 a { background-color: rgb(173,195,128); }

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

border-color css

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

 span { border-color: rgb(173,195,128); }

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