Html Css Color HEX #ADC283 Caper

📋 copy color: '#ADC283'

red 173 ◦ green 194 ◦ blue 131

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

Shades of Caper #ADC283

Tints of Caper #ADC283

RGB

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

 GREEN value IS 194 (76.17% from 255) = 38.96%

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

R = 34.74%
G = 38.96%
B = 26.31%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#ADC283 (or 0xADC283) is known color: Caper. HEX triplet: AD, C2 and 83. RGB value is (173,194,131). Sum of RGB (Red+Green+Blue) = 173+194+131=498 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.74% from 498); Green value is 194 (76.17% from 255 or 38.96% from 498); Blue value is 131 (51.56% from 255 or 26.31% from 498); Max value from RGB is 194 - color contains mainly: green. Hex color #ADC283 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC283 is #523D7C. Grayscale: #B4B4B4. Windows color (decimal): -5389693 or 8635053. OLE color: 8635053.

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

Color convert

RGB 173 194 131 -
CMYK 0.11 0 0.32 0.24
HSL 80º 0.34% 0.64% -
HSV(B) 80º 0.32% 0.76% -
XYZ 40.62 49.11 28.81 -
YUV 180.54 100.04 122.62 -
System Red Green Blue C M Y K H S L
Decimal 173 194 131 0.11 0 0.32 0.24 80 0.34 0.64
Hex AD C2 83 B 0 20 18 50 22 40
Octal 255 302 203 13 0 40 30 120 42 100
Binary 10101101 11000010 10000011 1011 0 100000 11000 1010000 100010 1000000

Color Harmonies of #ADC283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC283

Black with #ADC283

Text Example


Text Example

White with #ADC283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC283; }

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

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

background-color css

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

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

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

border-color css

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

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

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