#adb678

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

Shades of Caper #ADB678

Tints of Caper #ADB678

Color information

#ADB678 (or 0xADB678) is unknown color: approx Caper. HEX triplet: AD, B6 and 78. RGB value is (173,182,120). Sum of RGB (Red+Green+Blue) = 173+182+120=475 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.42% from 475); Green value is 182 (71.48% from 255 or 38.32% from 475); Blue value is 120 (47.27% from 255 or 25.26% from 475); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB678 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB678 is #524987. Grayscale: #ACACAC. Windows color (decimal): -5392776 or 7911085. OLE color: 7911085.

HSL color Cylindrical-coordinate representation of color #ADB678: hue angle of 68.71º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ADB678 is Cyan = 0.05, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB173182120-
CMYK0.0500.340.29
HSL68.71º29.81%59.22%-
HSV(B)68.71º34.07%71.37%-
XYZ37.3543.724.23-
YUV172.2498.52128.54-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.42%
GREEN value IS 182 (71.48% from 255) = 38.32%
BLUE value IS 120 (47.27% from 255) = 25.26%
R=36.42%
G=38.32%
B=25.26%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1731821200.0500.340.2968.7129.8159.22
HexADB67850221D451e3b
Octal2552661705042351053673
Binary10101101101101101111000101010001011101100010111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #adb678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #adb678; }

 p { color: rgb(173,182,120); }

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

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

 a { background-color: rgb(173,182,120); }

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

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

 span { border-color: rgb(173,182,120); }

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