Html Css Color HEX #ADC18B Caper

📋 copy color: '#ADC18B'

red 173 ◦ green 193 ◦ blue 139

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

Shades of Caper #ADC18B

Tints of Caper #ADC18B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 27.52%

R = 34.26%
G = 38.22%
B = 27.52%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#ADC18B (or 0xADC18B) is known color: Caper. HEX triplet: AD, C1 and 8B. RGB value is (173,193,139). Sum of RGB (Red+Green+Blue) = 173+193+139=505 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.26% from 505); Green value is 193 (75.78% from 255 or 38.22% from 505); Blue value is 139 (54.69% from 255 or 27.52% from 505); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC18B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC18B is #523E74. Grayscale: #B5B5B5. Windows color (decimal): -5389941 or 9159085. OLE color: 9159085.

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

Color convert

RGB 173 193 139 -
CMYK 0.10 0 0.28 0.24
HSL 82.22º 0.3% 0.65% -
HSV(B) 82.22º 0.28% 0.76% -
XYZ 40.96 48.89 31.7 -
YUV 180.86 104.37 122.39 -
System Red Green Blue C M Y K H S L
Decimal 173 193 139 0.10 0 0.28 0.24 82.22 0.3 0.65
Hex AD C1 8B A 0 1C 18 52 1E 41
Octal 255 301 213 12 0 34 30 122 36 101
Binary 10101101 11000001 10001011 1010 0 11100 11000 1010010 11110 1000001

Color Harmonies of #ADC18B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC18B

Black with #ADC18B

Text Example


Text Example

White with #ADC18B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC18B; }

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

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

background-color css

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

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

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

border-color css

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

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

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