Html Css Color HEX #ADC68C Caper

📋 copy color: '#ADC68C'

red 173 ◦ green 198 ◦ blue 140

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

Shades of Caper #ADC68C

Tints of Caper #ADC68C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 27.4%

R = 33.86%
G = 38.75%
B = 27.4%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#ADC68C (or 0xADC68C) is known color: Caper. HEX triplet: AD, C6 and 8C. RGB value is (173,198,140). Sum of RGB (Red+Green+Blue) = 173+198+140=511 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.86% from 511); Green value is 198 (77.73% from 255 or 38.75% from 511); Blue value is 140 (55.08% from 255 or 27.40% from 511); Max value from RGB is 198 - color contains mainly: green. Hex color #ADC68C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC68C is #523973. Grayscale: #B8B8B8. Windows color (decimal): -5388660 or 9225901. OLE color: 9225901.

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

Color convert

RGB 173 198 140 -
CMYK 0.13 0 0.29 0.22
HSL 85.86º 0.34% 0.66% -
HSV(B) 85.86º 0.29% 0.78% -
XYZ 42.16 51.17 32.46 -
YUV 183.91 103.22 120.22 -
System Red Green Blue C M Y K H S L
Decimal 173 198 140 0.13 0 0.29 0.22 85.86 0.34 0.66
Hex AD C6 8C D 0 1D 16 56 22 42
Octal 255 306 214 15 0 35 26 126 42 102
Binary 10101101 11000110 10001100 1101 0 11101 10110 1010110 100010 1000010

Color Harmonies of #ADC68C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC68C

Black with #ADC68C

Text Example


Text Example

White with #ADC68C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC68C; }

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

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

background-color css

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

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

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

border-color css

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

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

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