Html Css Color HEX #ADC683 Caper

📋 copy color: '#ADC683'

red 173 ◦ green 198 ◦ blue 131

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

Shades of Caper #ADC683

Tints of Caper #ADC683

RGB

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

 GREEN value IS 198 (77.73% from 255) = 39.44%

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

R = 34.46%
G = 39.44%
B = 26.1%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#ADC683 (or 0xADC683) is known color: Caper. HEX triplet: AD, C6 and 83. RGB value is (173,198,131). Sum of RGB (Red+Green+Blue) = 173+198+131=502 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.46% from 502); Green value is 198 (77.73% from 255 or 39.44% from 502); Blue value is 131 (51.56% from 255 or 26.10% from 502); Max value from RGB is 198 - color contains mainly: green. Hex color #ADC683 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC683 is #52397C. Grayscale: #B7B7B7. Windows color (decimal): -5388669 or 8636077. OLE color: 8636077.

HSL color Cylindrical-coordinate representation of color #ADC683: hue angle of 82.39º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ADC683 is Cyan = 0.13, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.

Color convert

RGB 173 198 131 -
CMYK 0.13 0 0.34 0.22
HSL 82.39º 0.37% 0.65% -
HSV(B) 82.39º 0.34% 0.78% -
XYZ 41.52 50.91 29.11 -
YUV 182.89 98.72 120.95 -
System Red Green Blue C M Y K H S L
Decimal 173 198 131 0.13 0 0.34 0.22 82.39 0.37 0.65
Hex AD C6 83 D 0 22 16 52 25 41
Octal 255 306 203 15 0 42 26 122 45 101
Binary 10101101 11000110 10000011 1101 0 100010 10110 1010010 100101 1000001

Color Harmonies of #ADC683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC683

Black with #ADC683

Text Example


Text Example

White with #ADC683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC683; }

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

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

background-color css

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

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

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

border-color css

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

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

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