Html Css Color HEX #ADCC83 Caper

📋 copy color: '#ADCC83'

red 173 ◦ green 204 ◦ blue 131

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

Shades of Caper #ADCC83

Tints of Caper #ADCC83

RGB

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

 GREEN value IS 204 (80.08% from 255) = 40.16%

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

R = 34.06%
G = 40.16%
B = 25.79%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.36

 K value IS 0.2

RGB Variations

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

Color information

#ADCC83 (or 0xADCC83) is known color: Caper. HEX triplet: AD, CC and 83. RGB value is (173,204,131). Sum of RGB (Red+Green+Blue) = 173+204+131=508 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.06% from 508); Green value is 204 (80.08% from 255 or 40.16% from 508); Blue value is 131 (51.56% from 255 or 25.79% from 508); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCC83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCC83 is #52337C. Grayscale: #BABABA. Windows color (decimal): -5387133 or 8637613. OLE color: 8637613.

HSL color Cylindrical-coordinate representation of color #ADCC83: hue angle of 85.48º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ADCC83 is Cyan = 0.15, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.2.

Color convert

RGB 173 204 131 -
CMYK 0.15 0 0.36 0.2
HSL 85.48º 0.42% 0.66% -
HSV(B) 85.48º 0.36% 0.8% -
XYZ 42.92 53.71 29.58 -
YUV 186.41 96.73 118.44 -
System Red Green Blue C M Y K H S L
Decimal 173 204 131 0.15 0 0.36 0.2 85.48 0.42 0.66
Hex AD CC 83 F 0 24 14 55 2A 42
Octal 255 314 203 17 0 44 24 125 52 102
Binary 10101101 11001100 10000011 1111 0 100100 10100 1010101 101010 1000010

Color Harmonies of #ADCC83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCC83

Black with #ADCC83

Text Example


Text Example

White with #ADCC83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCC83; }

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

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

background-color css

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

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

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

border-color css

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

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

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