#ADBE8E

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

Shades of Caper #ADBE8E

Tints of Caper #ADBE8E

Color information

#ADBE8E (or 0xADBE8E) is unknown color: approx Caper. HEX triplet: AD, BE and 8E. RGB value is (173,190,142). Sum of RGB (Red+Green+Blue) = 173+190+142=505 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.26% from 505); Green value is 190 (74.61% from 255 or 37.62% from 505); Blue value is 142 (55.86% from 255 or 28.12% from 505); Max value from RGB is 190 - color contains mainly: green. Hex color #ADBE8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBE8E is #524171. Grayscale: #B3B3B3. Windows color (decimal): -5390706 or 9354925. OLE color: 9354925.

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

Color convert

RGB173190142-
CMYK0.0900.250.25
HSL81.25º26.97%65.1%-
HSV(B)81.25º25.26%74.51%-
XYZ40.5347.6632.66-
YUV179.44106.87123.4-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.26%
GREEN value IS 190 (74.61% from 255) = 37.62%
BLUE value IS 142 (55.86% from 255) = 28.12%
R=34.26%
G=37.62%
B=28.12%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1731901420.0900.250.2581.2526.9765.1
HexADBE8E901919511b41
Octal255276216110313112133101
Binary1010110110111110100011101001011001110011010001110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBE8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBE8E; }

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

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

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

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

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

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

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

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