#ADBE88

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

Shades of Caper #ADBE88

Tints of Caper #ADBE88

Color information

#ADBE88 (or 0xADBE88) is unknown color: approx Caper. HEX triplet: AD, BE and 88. RGB value is (173,190,136). Sum of RGB (Red+Green+Blue) = 173+190+136=499 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.67% from 499); Green value is 190 (74.61% from 255 or 38.08% from 499); Blue value is 136 (53.52% from 255 or 27.25% from 499); Max value from RGB is 190 - color contains mainly: green. Hex color #ADBE88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBE88 is #524177. Grayscale: #B2B2B2. Windows color (decimal): -5390712 or 8961709. OLE color: 8961709.

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

Color convert

RGB173190136-
CMYK0.0900.280.25
HSL78.89º29.35%63.92%-
HSV(B)78.89º28.42%74.51%-
XYZ40.0947.4930.35-
YUV178.76103.87123.89-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.67%
GREEN value IS 190 (74.61% from 255) = 38.08%
BLUE value IS 136 (53.52% from 255) = 27.25%
R=34.67%
G=38.08%
B=27.25%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1731901360.0900.280.2578.8929.3563.92
HexADBE88901C194f1d40
Octal255276210110343111735100
Binary1010110110111110100010001001011100110011001111111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBE88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBE88; }

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

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

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

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

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

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

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

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