Html Css Color HEX #ADC083 Caper

📋 copy color: '#ADC083'

red 173 ◦ green 192 ◦ blue 131

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

Shades of Caper #ADC083

Tints of Caper #ADC083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 26.41%

R = 34.88%
G = 38.71%
B = 26.41%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#ADC083 (or 0xADC083) is known color: Caper. HEX triplet: AD, C0 and 83. RGB value is (173,192,131). Sum of RGB (Red+Green+Blue) = 173+192+131=496 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.88% from 496); Green value is 192 (75.39% from 255 or 38.71% from 496); Blue value is 131 (51.56% from 255 or 26.41% from 496); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC083 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC083 is #523F7C. Grayscale: #B3B3B3. Windows color (decimal): -5390205 or 8634541. OLE color: 8634541.

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

Color convert

RGB 173 192 131 -
CMYK 0.10 0 0.32 0.25
HSL 78.69º 0.33% 0.63% -
HSV(B) 78.69º 0.32% 0.75% -
XYZ 40.18 48.22 28.66 -
YUV 179.37 100.71 123.46 -
System Red Green Blue C M Y K H S L
Decimal 173 192 131 0.10 0 0.32 0.25 78.69 0.33 0.63
Hex AD C0 83 A 0 20 19 4F 21 3F
Octal 255 300 203 12 0 40 31 117 41 77
Binary 10101101 11000000 10000011 1010 0 100000 11001 1001111 100001 111111

Color Harmonies of #ADC083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC083

Black with #ADC083

Text Example


Text Example

White with #ADC083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC083; }

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

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

background-color css

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

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

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

border-color css

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

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

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