#ADBE8A

Color #ADBE8A Caper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caper #ADBE8A

Tints of Caper #ADBE8A

Color information

#ADBE8A (or 0xADBE8A) is unknown color: approx Caper. HEX triplet: AD, BE and 8A. RGB value is (173,190,138). Sum of RGB (Red+Green+Blue) = 173+190+138=501 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.53% from 501); Green value is 190 (74.61% from 255 or 37.92% from 501); Blue value is 138 (54.30% from 255 or 27.54% from 501); Max value from RGB is 190 - color contains mainly: green. Hex color #ADBE8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBE8A is #524175. Grayscale: #B3B3B3. Windows color (decimal): -5390710 or 9092781. OLE color: 9092781.

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

Color convert

RGB173190138-
CMYK0.0900.270.25
HSL79.62º28.57%64.31%-
HSV(B)79.62º27.37%74.51%-
XYZ40.2347.5531.1-
YUV178.99104.87123.73-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.53%
GREEN value IS 190 (74.61% from 255) = 37.92%
BLUE value IS 138 (54.30% from 255) = 27.54%
R=34.53%
G=37.92%
B=27.54%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1731901380.0900.270.2579.6228.5764.31
HexADBE8A901B19501d40
Octal255276212110333112035100
Binary1010110110111110100010101001011011110011010000111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBE8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBE8A; }

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

 H1.HeaderClassName
 {
   color: #ADBE8A;
 }
 .AnyTagClassName
 {
   color: #ADBE8A;
 }
</style>
background-color css

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

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

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

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

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

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