Html Css Color HEX #ADBE86 Caper

📋 copy color: '#ADBE86'

red 173 ◦ green 190 ◦ blue 134

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

Shades of Caper #ADBE86

Tints of Caper #ADBE86

RGB

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

 GREEN value IS 190 (74.61% from 255) = 38.23%

 BLUE value IS 134 (52.73% from 255) = 26.96%

R = 34.81%
G = 38.23%
B = 26.96%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#ADBE86 (or 0xADBE86) is known color: Caper. HEX triplet: AD, BE and 86. RGB value is (173,190,134). Sum of RGB (Red+Green+Blue) = 173+190+134=497 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.81% from 497); Green value is 190 (74.61% from 255 or 38.23% from 497); Blue value is 134 (52.73% from 255 or 26.96% from 497); Max value from RGB is 190 - color contains mainly: green. Hex color #ADBE86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBE86 is #524179. Grayscale: #B2B2B2. Windows color (decimal): -5390714 or 8830637. OLE color: 8830637.

HSL color Cylindrical-coordinate representation of color #ADBE86: hue angle of 78.21º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADBE86 is Cyan = 0.09, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 190 134 -
CMYK 0.09 0 0.29 0.25
HSL 78.21º 0.3% 0.64% -
HSV(B) 78.21º 0.29% 0.75% -
XYZ 39.95 47.43 29.6 -
YUV 178.53 102.87 124.05 -
System Red Green Blue C M Y K H S L
Decimal 173 190 134 0.09 0 0.29 0.25 78.21 0.3 0.64
Hex AD BE 86 9 0 1D 19 4E 1E 40
Octal 255 276 206 11 0 35 31 116 36 100
Binary 10101101 10111110 10000110 1001 0 11101 11001 1001110 11110 1000000

Color Harmonies of #ADBE86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBE86

Black with #ADBE86

Text Example


Text Example

White with #ADBE86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBE86; }

 p { color: rgb(173,190,134); }

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

background-color css

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

 a { background-color: rgb(173,190,134); }

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

border-color css

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

 span { border-color: rgb(173,190,134); }

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