#ADBF88

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

Shades of Caper #ADBF88

Tints of Caper #ADBF88

Color information

#ADBF88 (or 0xADBF88) is unknown color: approx Caper. HEX triplet: AD, BF and 88. RGB value is (173,191,136). Sum of RGB (Red+Green+Blue) = 173+191+136=500 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.6% from 500); Green value is 191 (75% from 255 or 38.2% from 500); Blue value is 136 (53.52% from 255 or 27.2% from 500); Max value from RGB is 191 - color contains mainly: green. Hex color #ADBF88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBF88 is #524077. Grayscale: #B3B3B3. Windows color (decimal): -5390456 or 8961965. OLE color: 8961965.

HSL color Cylindrical-coordinate representation of color #ADBF88: hue angle of 79.64º 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 #ADBF88 is Cyan = 0.09, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB173191136-
CMYK0.0900.290.25
HSL79.64º30.05%64.12%-
HSV(B)79.64º28.8%74.9%-
XYZ40.3147.9230.42-
YUV179.35103.54123.47-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.6%
GREEN value IS 191 (75% from 255) = 38.2%
BLUE value IS 136 (53.52% from 255) = 27.2%
R=34.6%
G=38.2%
B=27.2%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1731911360.0900.290.2579.6430.0564.12
HexADBF88901D19501e40
Octal255277210110353112036100
Binary1010110110111111100010001001011101110011010000111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBF88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBF88; }

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

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

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

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

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

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

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

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