Html Css Color HEX #ADC383 Caper

📋 copy color: '#ADC383'

red 173 ◦ green 195 ◦ blue 131

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

Shades of Caper #ADC383

Tints of Caper #ADC383

RGB

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

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

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

R = 34.67%
G = 39.08%
B = 26.25%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#ADC383 (or 0xADC383) is known color: Caper. HEX triplet: AD, C3 and 83. RGB value is (173,195,131). Sum of RGB (Red+Green+Blue) = 173+195+131=499 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.67% from 499); Green value is 195 (76.56% from 255 or 39.08% from 499); Blue value is 131 (51.56% from 255 or 26.25% from 499); Max value from RGB is 195 - color contains mainly: green. Hex color #ADC383 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC383 is #523C7C. Grayscale: #B5B5B5. Windows color (decimal): -5389437 or 8635309. OLE color: 8635309.

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

Color convert

RGB 173 195 131 -
CMYK 0.11 0 0.33 0.24
HSL 80.63º 0.35% 0.64% -
HSV(B) 80.63º 0.33% 0.76% -
XYZ 40.85 49.55 28.88 -
YUV 181.13 99.71 122.2 -
System Red Green Blue C M Y K H S L
Decimal 173 195 131 0.11 0 0.33 0.24 80.63 0.35 0.64
Hex AD C3 83 B 0 21 18 51 23 40
Octal 255 303 203 13 0 41 30 121 43 100
Binary 10101101 11000011 10000011 1011 0 100001 11000 1010001 100011 1000000

Color Harmonies of #ADC383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC383

Black with #ADC383

Text Example


Text Example

White with #ADC383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC383; }

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

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

background-color css

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

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

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

border-color css

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

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

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