Html Css Color HEX #ADBD8C Caper

📋 copy color: '#ADBD8C'

red 173 ◦ green 189 ◦ blue 140

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

Shades of Caper #ADBD8C

Tints of Caper #ADBD8C

RGB

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

 GREEN value IS 189 (74.22% from 255) = 37.65%

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

R = 34.46%
G = 37.65%
B = 27.89%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#ADBD8C (or 0xADBD8C) is known color: Caper. HEX triplet: AD, BD and 8C. RGB value is (173,189,140). Sum of RGB (Red+Green+Blue) = 173+189+140=502 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.46% from 502); Green value is 189 (74.22% from 255 or 37.65% from 502); Blue value is 140 (55.08% from 255 or 27.89% from 502); Max value from RGB is 189 - color contains mainly: green. Hex color #ADBD8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBD8C is #524273. Grayscale: #B2B2B2. Windows color (decimal): -5390964 or 9223597. OLE color: 9223597.

HSL color Cylindrical-coordinate representation of color #ADBD8C: hue angle of 79.59º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADBD8C is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.

Color convert

RGB 173 189 140 -
CMYK 0.08 0 0.26 0.26
HSL 79.59º 0.27% 0.65% -
HSV(B) 79.59º 0.26% 0.74% -
XYZ 40.16 47.17 31.8 -
YUV 178.63 106.2 123.98 -
System Red Green Blue C M Y K H S L
Decimal 173 189 140 0.08 0 0.26 0.26 79.59 0.27 0.65
Hex AD BD 8C 8 0 1A 1A 50 1B 41
Octal 255 275 214 10 0 32 32 120 33 101
Binary 10101101 10111101 10001100 1000 0 11010 11010 1010000 11011 1000001

Color Harmonies of #ADBD8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBD8C

Black with #ADBD8C

Text Example


Text Example

White with #ADBD8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBD8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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