Html Css Color HEX #ADC16B Caper

📋 copy color: '#ADC16B'

red 173 ◦ green 193 ◦ blue 107

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

Shades of Caper #ADC16B

Tints of Caper #ADC16B

RGB

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

 GREEN value IS 193 (75.78% from 255) = 40.8%

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

R = 36.58%
G = 40.8%
B = 22.62%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#ADC16B (or 0xADC16B) is known color: Caper. HEX triplet: AD, C1 and 6B. RGB value is (173,193,107). Sum of RGB (Red+Green+Blue) = 173+193+107=473 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.58% from 473); Green value is 193 (75.78% from 255 or 40.80% from 473); Blue value is 107 (42.19% from 255 or 22.62% from 473); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC16B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC16B is #523E94. Grayscale: #B1B1B1. Windows color (decimal): -5389973 or 7061933. OLE color: 7061933.

HSL color Cylindrical-coordinate representation of color #ADC16B: hue angle of 73.95º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ADC16B is Cyan = 0.10, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.24.

Color convert

RGB 173 193 107 -
CMYK 0.10 0 0.45 0.24
HSL 73.95º 0.41% 0.59% -
HSV(B) 73.95º 0.45% 0.76% -
XYZ 38.96 48.09 21.14 -
YUV 177.22 88.37 124.99 -
System Red Green Blue C M Y K H S L
Decimal 173 193 107 0.10 0 0.45 0.24 73.95 0.41 0.59
Hex AD C1 6B A 0 2D 18 4A 29 3B
Octal 255 301 153 12 0 55 30 112 51 73
Binary 10101101 11000001 1101011 1010 0 101101 11000 1001010 101001 111011

Color Harmonies of #ADC16B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC16B

Black with #ADC16B

Text Example


Text Example

White with #ADC16B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC16B; }

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

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

background-color css

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

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

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

border-color css

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

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

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