Html Css Color HEX #ADC86B Caper

📋 copy color: '#ADC86B'

red 173 ◦ green 200 ◦ blue 107

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

Shades of Caper #ADC86B

Tints of Caper #ADC86B

RGB

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

 GREEN value IS 200 (78.52% from 255) = 41.67%

 BLUE value IS 107 (42.19% from 255) = 22.29%

R = 36.04%
G = 41.67%
B = 22.29%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.46

 K value IS 0.22

RGB Variations

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

Color information

#ADC86B (or 0xADC86B) is known color: Caper. HEX triplet: AD, C8 and 6B. RGB value is (173,200,107). Sum of RGB (Red+Green+Blue) = 173+200+107=480 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.04% from 480); Green value is 200 (78.52% from 255 or 41.67% from 480); Blue value is 107 (42.19% from 255 or 22.29% from 480); Max value from RGB is 200 - color contains mainly: green. Hex color #ADC86B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC86B is #523794. Grayscale: #B5B5B5. Windows color (decimal): -5388181 or 7063725. OLE color: 7063725.

HSL color Cylindrical-coordinate representation of color #ADC86B: hue angle of 77.42º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ADC86B is Cyan = 0.14, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.

Color convert

RGB 173 200 107 -
CMYK 0.14 0 0.46 0.22
HSL 77.42º 0.46% 0.6% -
HSV(B) 77.42º 0.47% 0.78% -
XYZ 40.54 51.25 21.67 -
YUV 181.33 86.05 122.06 -
System Red Green Blue C M Y K H S L
Decimal 173 200 107 0.14 0 0.46 0.22 77.42 0.46 0.6
Hex AD C8 6B E 0 2E 16 4D 2E 3C
Octal 255 310 153 16 0 56 26 115 56 74
Binary 10101101 11001000 1101011 1110 0 101110 10110 1001101 101110 111100

Color Harmonies of #ADC86B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC86B

Black with #ADC86B

Text Example


Text Example

White with #ADC86B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC86B; }

 p { color: rgb(173,200,107); }

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

background-color css

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

 a { background-color: rgb(173,200,107); }

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

border-color css

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

 span { border-color: rgb(173,200,107); }

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